Tagged: ,

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

    Hi,

    Such a great theme, attention to detail is second to none. I have one issue. I am using the dropdown responsive menu, http://www.taddlefarmtents.co.uk

    The font colour is not visible when in this mode. In short I really need to make the font colour white when the menu goes into responsive mode. Can this be done easily with some custom css?

    Thank you in advance

    #217128

    Hey samuelspodecox!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 767px) {
    #top .header_color select { color: white!important; }}

    Regards,
    Yigit

    #217165

    Thank you so much

    #217167

    Hey!

    You are welcome, glad we could help :) Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Responsive menu font colour’ is closed to new replies.