Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #681785

    Hello there!
    First of all, your theme is awesome! I worked with a few wordpress templates along the years but Enfold is simply brilliant!

    I have nearly finished my new project with it, but I got stuck with the customization of the secondary menu’s colors in mobile view. On desktop I set up a transparent header with a color switching code you suggested here on the forum:

    #top .social_bookmarks li a {
    color: gray !important;
    }

    #top .av_header_transparency .social_bookmarks li a {
    color: white !important;
    }
    And it works just fine with desktop view. But when I tested the site from mobile with a not transparent header the link colors were white in the secondary menu, so you can’t see them. Can you please provide me an addition to your code?

    Thank you very much!

    My page is in coming soon mode, so if you need to look at it first please let me know I will flip the switch, or give you the login details if necessary.
    All the best,

    David

    • This topic was modified 7 years, 8 months ago by davidbalint.
    #681946

    Hi David,

    We would need to inspect the page so if you could post login details that would be great, you can post them in the Private Content section of your reply.

    Best regards,
    Rikard

    #682025

    Hi Rikard, thank you for the reply! I send you the login details in private.

    David

    #682786

    Hi Rikard, is there any new information about the issue?
    Thank you,
    David

    #683043

    Hello there,

    I just want to ask that can you see the login details I submitted in private for the website?

    Thank you!

    David

    #683208

    Hi,

    try this code inside QUick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, .responsive #top #wrap_all .av_header_transparency .sub_menu > ul > li > a, .responsive #top .av_header_transparency #header_main_alternate, .responsive .av_header_transparency #header_main .social_bookmarks li a, .responsive #top #wrap_all .av_header_transparency .phone-info.with_nav span, .responsive #top .av_header_transparency #header_meta, .responsive #top .av_header_transparency #header_meta li, .responsive #top #header_meta .social_bookmarks li a {
    color: black !important;
    }}
    

    and adjust color as needed.

    Best regards,
    Andy

    #683309

    Thank you Andy!

    It works perfectly now!

    Have a great day,

    David

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to switch the color in mobile view of the secondary menu?’ is closed to new replies.