Search Results for 'mobile menu'

  • 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?

    Mirela
    Participant

    Hello,

    This has become a very long post, so i will try to filter out the points we need to look on now:
    1-The slider images in mobile:
    I added this css into theme’s General Options > Custom Css box:

    @media (max-width: 979px){
    .header_wrapper {
        background: rgba(255,255,255,0.45) !important;
    }
    .codeless_slider_swiper.parallax_slider {
        height: 470px !important;
        min-height: 470px !important;
    }
    .swiper-slide.swiper-slide-active {
        background-size: cover !important;
    }
    }

    This is the result: https://ibb.co/mXG8Zh0

    Here is where you have to add all custom css. It’s safe and will not get lost or overwritten by any theme updates in the future.
    The Apperance > Custom Css menu is a WordPress framework option. We recommend you use theme’s option for adding custom css.

    2-I understand now the restricted possibilities for editing theme files, since you are in wordpress.com not wordpress.org. To edit the slider speed, please go to file includes/codeless-slider/codeless_slider.php and find line (38):
    $speed = 800;
    Edit value to 5000. Save changes.

    Let us know.

    Best regards!

    kabeza
    Participant
    This reply has been marked as private.
    GTP_Dutchy
    Participant

    Hi Mirela,

    Before is posted i already changed the color in customizing > header > menu style. But the css has fixed the issues on mobile.

    I’ve submitten a few tickets the solutions contains css code for all those tickets. will the custom css be safed after future updates or do i need to back it up to a different location aswell?

    Maium
    Participant

    Hi,

    How do I make the menu bakcground transparent on mobile?

    It is white now but I want it to be transparent.

    chrislyon5
    Participant

    I would like to remove the navigation both on desktop and mobile from the theme. I just want the page to appear without any logo, menu, etc.

    Mirela
    Participant

    Hello,

    1-This is a browser issue. Make sure the browser you are using doe snot have any add-ons installed. I tested this in various mobile cel and different browsers and the menu had no issue opening.

    2-Sorry but you can either activate or not the lightbox on hover. It’s not possible removing it only for mobile.

    A workaround would be deactivating onhover effect in mobile. If you want this, then just add this css into your Custom Css box:

    @media(max-width: 480px){
    .entry-overlay.dark-text.entry-overlay-zoom_color {
        pointer-events: none;
    }}

    Best regards!

    Mirela
    Participant

    Hello,

    The background color of menu items is defined in Customizing ▸ Header ▸ Menu Style.

    You can upload images and share the link with us from here: https://imgbb.com/

    To change the background color only for mobile, add this custom css:

    .cl-mobile-menu {
        background-color: #00aeef !important;
    }

    Best regards!

    illucity
    Participant

    Hello,
    i have 2 Problems with the mobile Version of my Website verenabiskup.de

    1st problem: I use the Theme Folie and on my smartphone (Android, Galaxy 7,chrome) the hamburger menu doesn’t work. When i press on the menu only the X appears and the menu doesn’t appear. When I reload the site the menu works. When i close the site and open it again the menu fails again. I tested it on 2 Android-smartphones. On a third one the menu worked without reloading. On tablets and desktop-Pc with mobile preview it works, too.

    2nd problem: I use the justify gallery of the jolie theme. When I click on an image the lightbox opens with a bigger version of the image. Perfect for Desktop and Tablet version. But i don’t want the lightbox to pop up on the smartphone-version. It makes no sense. Can i deactivate the links for the smartphone-version?

    GTP_Dutchy
    Participant

    Hello,

    I’ve changed the menu background color however on mobile versions it shows an black bar behind the typography. I’d like everything to be the blue i’ve chosen for it. i’d love to attach a screenshot but somehow i can’t upload those here.

    its about the site roelofsmetrology.nl

    GTP_Dutchy
    Participant

    This didn’t do anything for the desptop version. The three bars icon on the frontpage is still white and on all the other pages it’s still black. same goes for the typography in the menu. white on frontpage and black on the other pages. I want the typography in the menu to be white everywhere and the three bars hamburger menu icon to be blue everywhere.

     

    edit: it does seem to display correct color on a mobile phone

     

    • This reply was modified 6 years, 7 months ago by GTP_Dutchy.
Viewing 15 results - 511 through 525 (of 1,362 total)