Okay
  Public Ticket #2302470
mobile
Closed

Comments

  • Anna Massad started the conversation

    Hello there,

    Does anybody know how to change the background colour on the mobile menu?

    I've changed the settings under Header Navigation>Off Canvas Navigation Background> #aea14c

    However when I check the mobile still shows the default dark blue.

    Can you please help?

    that's my page: www.annamassad.com

    Thanks,

    Anna

  •  8,992
    Tahir replied

    Hey Again,

    1. Please clear your cache using this guide: https://themenectar.ticksy.com/article/6226/ .
    2. If you are using WP Rocket use this guide :  https://docs.wp-rocket.me/article/108-render-blocking-javascript-and-css-pagespeed#critical-path-css .
    3. For Woocommerce caching issues see: https://docs.woocommerce.com/document/configuring-caching-plugins/ . 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #slide-out-widget-area:not(.fullscreen-alt):not(.fullscreen), #slide-out-widget-area-bg.fullscreen, #slide-out-widget-area-bg.fullscreen-alt .bg-inner, body.material #slide-out-widget-area-bg.slide-out-from-right {
        background-color: #ff1053 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Anna Massad replied

    Hi Tahir,

    Super thanks! It's working :)


    I have another question, is there any way to change the appearance on the portfolio style on my homepage to:
    when there's no mouse hoovering on top of the project image there is no transparent layer with no name
    And when the mouse is hoovering on top a white transparent layer show up with the project name in black?

    This option doesn't exist on the theme and I'd like to have it.
    Do you know a solution?


    Thanks again

    Anna

  •  8,992
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .nectar-post-grid-item .bg-overlay[data-hover-opacity="0.6"] {
        opacity: 0;
    }
    .nectar-post-grid .nectar-post-grid-item .content .item-main {
        transition: opacity 0.45s cubic-bezier(.15,.75,.5,1) 0s, transform 1s ease;
        opacity: 0;
    }
    .nectar-post-grid .nectar-post-grid-item:hover .content .item-main {
        opacity: 1;
    }

    Thanks


    ThemeNectar Support Team 

  • Anna Massad replied

    Nailed again Tahir!

    Super thanks


    Anna