Home Forums WordPress Themes – Premium Preferential Remove "Top Half Bottom Border" line completely

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #40678
    roland jackman
    Participant

    In an older version of Preferential we had the option to remove the horizontal “Top half bottom border” line altogether. I’ve gone through all the Customization options and can’t figure out how to delete (or color it white) that line.

    Please help

    #40684
    Sushil Adhikari
    Moderator

    Dear roland jackman,

    Could you please share us screenshot of the page where you are encountering such problem, so we can provide you appropriate solution.

    We look forward for your response.

    Thanks

    #40696
    roland jackman
    Participant

    Screenshot attached.

    Thank you for your consideration

    Attachments:
    You must be logged in to view attached files.
    #40720
    Sushil Adhikari
    Moderator

    HI Roland,

    Thank you for your response. You can add this css on child theme style.css or you can take any help of custom css plugin or if you are using WordPress version 4.7 then you will get field on customizer itself to add this custom css:

    #pref-top {
        border-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    Let us know how it will goes.

    Thanks

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