Home Forums Basel support forum Mobile Menu

Mobile Menu

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

    designbloq
    Participant

    Hi,

    When you access my website on a mobile (phone version) – when you click on the ‘hamburger’ manu icon. It displays the menu, but the name of the page you are on (HOMEPAGE for example) is too dark and is unclear to see.

    Therefore, I would like to ask how do I change the colour of the text of my pages you are you on to white? So, basically I want to see HOME, SHOP, CONTACT US, CART – all in the same colour – WHITE.

    Please note – I only want the mobile menu text changed to white. The font colour of the menu on the desktop version must remain black.

    Thanks,

    #5462

    Artem Temos
    Keymaster

    Hello,

    Thank you for the question.

    Yes, sure here is a code snippet to fix this

    .mobile-nav ul li.current_page_item > a {
        color: white;
    }

    Regards

    #5498

    Teuvo
    Participant

    I tried to add this code to my Custom CSS but I’m getting an error.

    Its says it “overqualified” ? Any ideas what the issue is?

    Thank you.

    #5499

    Teuvo
    Participant

    Also I’m wanting to change the background color of the mobile menu. Its black by default it seems.

    #5509

    Artem Temos
    Keymaster

    Try to replace the code with this one

    .mobile-nav ul .current_page_item > a {
        color: white!important;
    }

    We have answered your menu background question in another thread.

    Regards

Viewing 5 posts - 1 through 5 (of 5 total)