Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #639559

    This issue is also on your live demo. (Travel, enfold)

    On the transparent menu, when you are on mobile, the top secondary menu cannot be seen. The font is white, and the background and colors are all inheriting the colors for transparent/white.

    screen shot: http://clients.imaginetastyweb.com/1fE2L
    your demo: http://clients.imaginetastyweb.com/JkBx

    Can you please let me know how I can change either the font color on mobile only, or the background of the top menu on mobile only? Thanks.

    • This topic was modified 8 years ago by imaginetastyweb. Reason: forgot theme name
    #639687

    Hey imaginetastyweb,

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

    @media only screen and (max-width: 767px) {
    .responsive #top .av_header_transparency #header_meta {
    background: #666!important;
    }}
    

    If you still have any issues please post a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

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