Hide Announcement Bottom Border

Home Forums WordPress Themes – Premium Circumference Hide Announcement Bottom Border

Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #41723
    Jens Pionke
    Participant

    Hello,
    could you please tell me, how I hide / delete the Announcement Bottom Border?
    Thanks in advance
    Jens

    #41808
    Sushil Adhikari
    Moderator

    Hi there,

    Please use this custom css on child theme or Additional css section of customizer so your changes will not lost on theme update.

    Also you can change your Announcement Bottom border simply from customizer. For this please go to:

    dashboard -> Apperance -> customize -> color -> Announcement Bottom border -> change color as per your requirement.

    Let us know how it works for you.

    Thanks

    #41810
    Jens Pionke
    Participant

    Hi Sushil,
    thanks for your reply. Could you please add the css?
    Jens

    #41853
    Sushil Adhikari
    Moderator

    Hi Jens,

    Here is css code:

    #cir-wrapper #cir-ann-social-wrapper {
        border-bottom: 0;
    }

    Let us know how it works for you.

    Thanks

    #41854
    Jens Pionke
    Participant

    Hi Sushil,
    unfortunately it didn´t work, nothing happened (see attached file “screen1”), the grey Announcement bottom border is still there.
    If I delete the first part (#cir-wrapper ) then the social wrapper (Announcement bottom border) disappears, but then the Announcement background border above the social wrapper grows in the hight (see attached file “screen2”)
    Could you please look for a solution?
    Thanks!
    Jens

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

    Hi there,

    Could you provide your site URL so we can provide you the appropriate solution. And please undo any trial changes you made before.

    We look forward for your response.

    Thanks

    #41932
    Jens Pionke
    Participant

    Hello Sushil,
    okay, my site url you can see below.
    In the custom css I added only the following (just for your info).

    i.fa.fa-search {
    display: none;
    }
    #cir-content-wrapper {
    padding: 0.0em 0;
    }
    #cir-site-header {
    padding: 1em 0;
    margin-bottom: -0.4em;
    }

    #41957
    Sushil Adhikari
    Moderator

    Hi there,

    Please add this following css, it will remove the border bottom with keeping same height of announcement area:

    #cir-wrapper-boxed-medium #cir-ann-social-wrapper {
        min-height: 32px;
        border-bottom: 0;
    }

    Let us know how it will goes.

    Thanks

    #41961
    Jens Pionke
    Participant

    Hi Sushil,
    thank you very much, it worked perfect!
    Wish you the best,
    Jens

    #42017
    Sushil Adhikari
    Moderator

    You are most welcome Jens Pionke, thank you for your patience and cooperation.

    Thanks

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