This topic has 14 replies, 2 voices, and was last updated 6 years by Laura.

  • Author
  • #189250
     ARCHE
    Participant

    Hello,

    When my website is viewed on smaller screens, the navigation menu gets shrunk. And I don’t like the appearance of it, especially when it gets clicked on. So, I would rather hide the whole menu… can you please help me with it? Thanks.

    Attachments:
    You must be logged in to view attached files.
    #189306
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme 🙂

    COPY CODE
    
    .kleo-mobile-switch {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #189337
     ARCHE
    Participant

    Hello,

    Thank you for your reply.

    It worked when I put it in the page ‘Custom CSS settings’, thanks!

    But, this way I should put it in every page custom css settings? For example for every project page? Isn’t there a way to apply it only once that can be valid for ALL pages?

    It didn’t work when I put it in the style.css

    Thank you again…

    #189432
     Laura
    Moderator

    Hello, add it to style.css of child theme and also to quick css at theme options, this should apply it to all pages 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #189436
     ARCHE
    Participant

    Thanks, it works!

    #189441
     ARCHE
    Participant

    Hi @Laura,

    Maybe you could help me on something additional related to custom CSS:

    I have this custom css on my Front Page

    COPY CODE
    .sticky-wrapper .kleo-main-header {
        top: -70px !important;
        position: fixed;
    }
     
    .sticky-wrapper.is-sticky .kleo-main-header {
        top: 0px !important;
    }

    which I want it to be applied ONLY on that specific page… but somehow each Portfolio item seems to have copied this property… How could I fix this?

    I repeat, the code above has been put ONLY on the Front Page custom CSS settings, and nowhere else. This is the website I am talking about.

    #189480
     Laura
    Moderator

    Hello, if its only for the home page use .home before all codes 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #189490
     ARCHE
    Participant

    Hi,

    Unfortunately, .home didn’t fix it.

    To explain myself better, I am attaching this screen video:
    I have that code in the custom css settings ONLY of the home page, and nowhere else. Because I want it to be applied ONLY on the home page.

    But somehow, this property gets copied also to each Portfolio item as you can see in the second part of the video… which I don’t want to happen.

    #189583
     Laura
    Moderator

    Hello, this should work, replace it with your current code

    COPY CODE
    
    .home .sticky-wrapper .kleo-main-header {
        top: -70px !important;
        position: fixed;
    }
     
    .home .sticky-wrapper.is-sticky .kleo-main-header {
        top: 0px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #189589
     ARCHE
    Participant

    Hi,

    Thank you for your reply.

    But as you had suggested it in your previous reply, I had tried this code and replied back that it doesn’t work.

    I tried it again a second time, also tried to put it in style.css and theme’s general settings custom css, but nothing changed.

    #189837
     Laura
    Moderator

    Hello, clearing cache doesn’t work? If you delete the code do you see it still working?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #189845
     ARCHE
    Participant

    Hello,

    Clearing the cache didn’t work… but also, by deleting the code everywhere I can see it still working on all pages… What it could be?

    #189932
     Laura
    Moderator

    Hello, then its the server cache, add the last code with .home and ask your hosting to clear or disable the cache 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #191156
     ARCHE
    Participant

    Hello,

    I asked my hosting to clear the cache, but still all the same. It’s like that code without .home at the beginning applies to ALL pages. And this occurs even if I delete the code from everywhere. What else could it be? Please help.

    #191435
     Laura
    Moderator

    Hello, the code without .home should apply to all pages, with .home it should apply just to the homepage

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?