Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #486089

    Hey guys,

    I am having a bit of trouble with the correlation between the advanced styling on the main site and the advanced styling affecting the mobile site. It looks great on the main site but on the mobile version it turns all of the menu sub links green due to the styling I created. I’ve provided a link for you to check out online and on mobile so you can see what I am speaking about. Even if I could get the text to be white on the mobile site that would work. Is there a piece of CSS you can provide for me or a suggestion you can give me? Thanks!

    #486169

    Hi hylandgraphics!

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

    ul#mobile-advanced .sub-menu a {
        color: white;
    }

    Regards,
    Yigit

    #486182

    Thans so much for this. Can you take a quick look on mobile again. Some of the no follow links are still in grey. Do you have a code for that. Thanks SO MUCH for your help again. You guys are awesome! Highly recommended!

    #486549

    Hey!

    Please add following code to Quick CSS as well

    ul#mobile-advanced .sub-menu span.mega_menu_title {
        color: white!important;
    }

    Cheers!
    Yigit

    #486672

    Thanks so much for this and the quick response. I’ll see if the client likes it!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Problems with advanced styling on mobile’ is closed to new replies.