• Resolved tefe56

    (@tefe56)


    I want to change the background and text color only on mobile while it is on it’s starting point. I’ve set the background to transparent initially and then change color when scroll. In desktop it works thanks to the background image and white text, but not on mobile when there is no background to see the white text in menu. What css code can i use so i can change this colors when i click on the icon on mobile?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Robert Wattner

    (@rwattner)

    Hi, are you using the elementor menu widget?

    Thread Starter tefe56

    (@tefe56)

    Hello, i’m using NavMenu Addon For Elementor. Sadly, i don’t have elementor pro.

    Plugin Author Robert Wattner

    (@rwattner)

    Ok, that’s no problem. I’m not at my computer at the moment, only have my phone. I should have time to take a look tomorrow on my computer.

    Thread Starter tefe56

    (@tefe56)

    Ok perfect, i can wait. If there’s any other information that you need related to the menu, i can gladly provide it.

    Plugin Author Robert Wattner

    (@rwattner)

    Ok, I looked at your page. I wrote some code that I think will do what you are wanting….

    /* INITIAL MOBILE LINK COLOR */
    @media all and (max-width: 767px) {
    .elementor-nav-menu .menu-item a {
    /* change #560168 to whatever color you want the links to initially be on mobile */
        color: #560168 !important;
    }
    }

    This code will change the initial link color on mobile only. If you would like it to work on tablet and mobile then change 767px with 1023px
    Hope this works for you. Let me know how it goes.

    Thread Starter tefe56

    (@tefe56)

    That’s exactly what i wanted! Thank you very much, and awesome plugin.

    Plugin Author Robert Wattner

    (@rwattner)

    Awesome! Happy to hear that it worked for you. Thanks and let me know if you need anything else.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change mobile background and text’ is closed to new replies.