Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1302229

    Hi there
    There are 2 things at the moment that I am having difficulty with on the website

    1- Removing the ‘•’ separator from the end of the main menu
    2- Adding a grey line to under the small top bar when the header has a white background

    Any help would be great.

    #1302525

    Hey whitepandaltd,

    Please try the following in Quick CSS under Enfold->General Styling:

    nav.main_menu li#menu-item-664:after {
        display: none;
    }
    
    #header_meta {
        border-bottom: 1px solid #ddd;
    }

    Best regards,
    Rikard

    #1302555

    Thanks for the response. I have added that CSS but unfortunately nothing has changed.

    #1302914

    Hi,

    I’ve added it for you, and it’s applying on your site now.

    Best regards,
    Rikard

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