• Resolved mbprintvis

    (@mbprintvis)


    Hello – I have added a Support contact page as a dropdown from our regular contact page – the tab for Contact is the only GREEN one in our theme, therefore the word CONTACT is in white. The word SUPPORT is not visible because of the style of the Contact tab (green with white type) – I cannot find the place within the code to make the new SUPPORT tab match the Contact tab. I’ve read many such queries within the forums, but have been unsuccessful at resolving this simple problem; and it’s taking too much time. Help will be sincerely appreciated. Thank you.
    Our site: https://cloud.printvis.com/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Here is the style that is controlling how that button looks. Search your style.css file for this style, or paste it into the bottom of the style.css file via appearence -> Editor in the wordpress backend menu. Either way you need to swap the following style:

    .sf-menu li:last-child a {
    }

    With this style.

    .sf-menu li:last-child a {
    background: #2fa399;
    }

    That should handle it.

    Thread Starter mbprintvis

    (@mbprintvis)

    Thanks very much Sleneau – I added that style to the Custom CSS Manager plug-in and it worked.

    Glad to hear that

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dropdown Tab color’ is closed to new replies.