Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #368003

    Hello!

    1- I want changing the color menu, submenu and Megamenu. As this site: http://seventhqueen.com/themes/kleo/e-learning-home/
    Ok for transparent header and fonts but I can not find for the background and to remove all borders.

    2- How to have the background in black on the mobile menu?

    3- Is it possible to have the sticky menu on mobile menu as on tablet?

    Thanks! ^_^

    #368312

    Hey youyou78!

    1- Can you post the link to your website please? A screenshot showing the changes you would like to make would help us understand it better. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
    2 & 3- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    ul#mobile-advanced {
    background-color: black;
    }
    a#advanced_menu_toggle {
    position: fixed;
    top: 25%;
    right: 5%;
    }

    Cheers!
    Yigit

    #368500
    This reply has been marked as private.
    #368614

    Hi!

    1- Please add following code to Quick CSS

    .avia_mega_div .sub-menu, .avia_mega_div, .header_color .main_menu ul ul {
    background-color: rgba(0,0,0,0.5)!important;
    }
    #top #header .avia_mega_div>.sub-menu>li>ul, ul.sub-menu, #top .av-main-nav ul a, .av-main-nav ul li { background-color: transparent !important; }

    2 & 3- It seems to be working fine on my end – http://i.imgur.com/09pHF2f.png and http://i.imgur.com/3fzu9AE.png
    If that is not what you meant, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
    Cheers!
    Yigit

    #368678

    Great! Thanks Yigit

    1- Ok but how for this: http://i.imgur.com/jotI8vA.jpg

    2- have this: http://i.imgur.com/8CoDh4U.jpg

    Best regards! Thanks

    #368702

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 767px) {
        #top #wrap_all .av_header_transparency {
            background-color: black !important;
        }
    }
    
    .header_color .header_bg {
        background: black;
    }

    Your footer seems changed.

    Cheers! 
    Josue

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