Search Results for 'mobile menu'

  • In reply to: mobile icons

    Mirela
    Participant

    Hello,

    You can do so using custom css.

    @media (max-width: 991px){
    .cl-mobile-menu-button span:nth-child(1) {
        background-color: #ffff !important;
    }
    .extra_tools_wrapper .tool i {
        color: #ffff !important;
    }}

    Best regards!

    kreattivamente
    Participant

    hello, how do I change the color of the icons (cart and menu) in mobile version?
    thank you so much

    Mirela
    Participant

    Hello,

    1-I deactivated the AP Mega menu plugins. It was the culprit for the mobile menu not working in mobile. You can check now. (screenshot)

    2-The original image imported as mobile logo is too big and no matter how much the script cuts it off, it’s still too big for the mobile header. So I added this css in your General > Custom Codes > Custom Css box:

    @media (max-width: 480px){
    .logo_iphone {
        width: 30% !important;
        margin-left: 100px !important;
    }}

    Result screenshot.
    You can change the values to your wish and save it again.

    -Can you please be more specific on this: “the first Row is not showing up“? I see the slider does show up in mobile (as seen in the last screenshot as well).

    Let us know.

    PS: You can open as many tickets as you want during the supported time. We’ll try our best to help you.

    Best regards!

    Mirela
    Participant

    Hello,
    Add this css too, inside the @media (max-width: 480px){ block:

    #logo {
        max-width: 60% !important;
    }
    .header_11 #logo {
        margin-right: 6 !important;
    }
    .mobile_small_menu {
        margin-left: -20px !important;
    }

    Result: https://ibb.co/WPTSK0n

    Best regards!

    hellobabs
    Participant

    Everything looks good on my phone, except that the logo and the mobile menu are overlapping.  Changing the logo width value or adding margins isn’t changing anything.  Is there any way to move the mobile menu below the logo?  Centered?

    hellobabs
    Participant

    I pasted that in the “Additional CSS” section, but it didn’t work.  Currently my custom CSS looks like this (the first CSS was to fix the menu from overlapping the logo on mobile devices:

    @media (max-width: 480px){
    #logo {
    width: 90% !important;
    }}

    @media (max-width: 480px){
    .codeless_slider .swiper-slide .content p {
    font-size: 22px !important;
    }
    }

     

    zmoratattoo
    Participant

    Hello thank you for reply, I added code and works almoust perfect ;)
    Looking good, but when im touch burger menu on mobile I can’t chose first two pages Home and About, I have facebook and instagram icons on the same lavel maybe this is a reason.
    Maybe move this icons higer or below burger menu?

    In reply to: Update issue

    Mirela
    Participant
    This reply has been marked as private.

    In reply to: Update issue

    ashagoyal
    Participant
    This reply has been marked as private.
    Mirela
    Participant

    Hello,

    1-menu’s background color:
    You can change the background color and font color in Specular > Header Options > Dropdown Options & Mobile Menu > Dropdown Background Color / Dropdown typography.

    2-Link color:

    .menu-small ul.menu > li > a {
        color: #fff !important;
    }

    3-Link hover color:

    .menu-small ul.menu > li > a:hover {
        color: #fff !important;
    }

    4-Visited link color:

    .menu-small ul.menu > li > a:visited {
        color: #fff !important;
    }

    Change the color to your wish.

    Best regards!

    kabeza
    Participant

    Hi

    Is there a way to change the menu’s background color for the mobile view? Maybe with a media query…

    And finally, which are the css classes to set

    – link color

    – link hover color

    – visited link color

    for the mobile menu ?

    https://imgur.com/s7preL3

    Thanks

    jazzmavericks
    Participant

    How do I get the site logo on mobile fit the width of the viewport on mobile? Happy to have the burger menu sit above or below the logo to accommodate…

    lucaforz
    Participant

    It is already the second time I update the theme and I find a mess, I am trying to manually rearrange all the problems that have come out, fonts that come out of the screen from the mobile, the menu is completely unpacked, it is absurd it never happened to me with no template. Can I restore everything before updating?

Viewing 15 results - 466 through 480 (of 1,327 total)