Tagged: 

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

    Hello,

    In my Enfold theme website, the colored button the menu is white but won’t change the text to be colored so the text is lost in the button. Please help.

    Thanks!

    #629441

    Hey lindaman1,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .av-menu-button-colored > a > .avia-menu-text {
        color: orange!important;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #630288

    This seems to have fixed it! I used the hex color #0081cb in place of orange to match the site theme.

    Thank you!

    #630360

    Hi,

    Glad we could help :)

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Colored button on menu—white text and can't see’ is closed to new replies.