[Resolved] Rounded Corners for Search Results

Home Forums Support [Resolved] Rounded Corners for Search Results

Home Forums Support Rounded Corners for Search Results

  • This topic has 3 replies, 2 voices, and was last updated 5 years ago by Tom.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #854713
    Ian

    Howdy,

    Everything on my site has rounded corners and a slight border expect for the “search results box. Can you tell me what I’m missing? Thanks so much!

    }
    	
    .site-header, .widget, .inside-article, .one-container .container, .main-navigation, .secondary-navigation {
        border-radius: 10px;
        border: 1.1px solid #3d3d3d;
    }	
    									
    .separate-containers .comments-area {
        border-radius: 10px;
    	border: 1.1px solid #3d3d3d;
    }

    If you just search for anything you’ll see what I mean.

    #854893
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try this:

    .page-header, pt-cv-pinmas {
        border-radius: 10px;
    }
    #856138
    Ian

    That was it, thank you!!

    #856332
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.