Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #910076

    I added this to the quick css

    #910077

    I would also like the menu text on this one page to be white and black on all other pages – how can I do this?

    #910116

    Hi,
    Please try adding the code above to the end of your functions.php file in Appearance > Editor.
    When editing functions.php you should use the child theme, so your changes will not be lost with future theme updates Read about it & Get it here
    To change the menu text color for the same one page, Try this code in the Enfold Theme Options > General Styling > Quick CSS field:

    #top.page-id-65 #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text {
    color: #000 !important;
    }

    Best regards,
    Mike

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