Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #529741

    When I enter a search term, e.g., Test, the “search results” page contains a search box, search results, and a gray separator line in between the search box and search results.

    How do I remove the gray separator line throughout the website (including my blog page, which is called News)?

    #530229

    Hi mamiewong!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .fullsize .author-extra-border {
        border: none;
    }

    Cheers!
    Yigit

    #530385

    Hello,
    The gray border remains after adding the Quick CSS. Please do a search on the News (blog page). Insert the search term, Test , and the page will show the search box, search results, and a gray separator line in between them. Are there other edits that I can make to make so that the gray line does not appear?

    #530600

    Hi,

    Try the following instead:

    .page-heading-container {
        border-bottom-width: 0px !important;
    }

    Regards,
    Rikard

    #530761

    Hello,
    I added the new Quick CSS, but the gray border remains. Other suggestions?

    #530765

    Hi!

    I added following code to top of Quick CSS

    .fullsize .page-heading-container,.fullsize .author-extra-border {
        border: none !important;
    }

    Please review your website now

    Cheers!
    Yigit

    #530861

    Hi, Yigit-
    Thank you and the Kriesi team for all of your diligent efforts. This last Quick CSS fixed it. Thank you all again.

    #530865

    Hey!

    You are welcome, we are always happy to help!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

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