Home Forums Pro Themes WEN Associate Pro color of the dividing line

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #68008
    clarijs
    Participant

    Hello,

    how can I change the color of the dividing line in the top menu?

    Riny

    #68039
    wensolutions
    Keymaster

    Hello @clarijs,

    To change the color of the dividing In the Menu section use below given CSS.

    For this go to Admin Panel > Appearance > Customize >Additional CSS and paste below given CSS.

    #site-navigation li.current-menu-item > a, #site-navigation li.current_page_item > a {
        border-bottom: 3px solid #337ab7;
    }

    Here change the color code as per your requirement.

    Hope this helps.

    Best Regards!!

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