Search Results for 'mobile menu'

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

    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!

Viewing 15 results - 496 through 510 (of 1,351 total)