Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1150960

    Hi, I’m creating a website with Enfold theme.
    The site link is as follows: https://kaistudiotest.it
    I would like to make some changes to the menu.
    I would like the background of the menu and sub-menu to be transparent with a white font at the beginning.
    After an 80 / 100px scroll I would like the menu and sub-menu background to turn white with a black font. It’s possible?
    Thanks

    #1151501

    Hey kaskonauta,

    You have some code in the Quick css that makes it difficult to adjust.

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1151568


    Thanks, kind regards

    • This reply was modified 5 years, 1 month ago by Nikko. Reason: security purposes
    #1151569

    I would also like to remove the white border of the submenu.
    Thanks

    #1151651

    Hi kaskonauta,

    I have added this css code in your Quick CSS:

    #top .av-main-nav ul a {
        border: none;
    }
    
    #top #avia-menu .sub-menu {
        background-color: white !important;
    }
    
    #top .av_header_transparency #avia-menu .sub-menu {
        background-color: rgba(255,255,255,0.12) !important;
    }
    
    #top #wrap_all #avia-menu .sub-menu > li > a {
        color: black;
    }
    
    #top #wrap_all .av_header_transparency #avia-menu .sub-menu > li > a {
        color: white;
    }

    In Enfold > Performance, I have disabled css minification and merging since the changes wasn’t taking effect and a cached version of the css is used.

    Best regards,
    Nikko

    #1153152

    I would like the submenu to turn white at the same time as the menu turns white.
    It’s possible?
    Thanks
    Kinds regards

    #1153153

    I would like the border of the “BOOK NOW” button in the menu to be 1px like the other buttons.
    It’s possible?
    Thanks
    Kinds regards

    #1153578

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
    #header li.av-menu-button.av-menu-button-bordered a span {
    	border-width: 1px !important;
    }
    
    
    

    Best regards,
    Vinay

    #1153589

    I would like the submenu to turn white at the same time as the menu turns white.
    It’s possible?
    Thanks
    Kinds regards

    #1153640

    Hi,

    Thank you for your question.

    I checked your site and the submenu already appears to be white.

    You might find the below link useful :)

    Let us know if you have any questions.

    Best regards,
    Vinay

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.