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

    Hi all

    2 websites
    2 same theme

    one of my site is all good, the other has a mobile menu problem : the fonts of the menu dont appear, it is all black and when you click randomly the links work so this is mainly a problem of fonts color in my opinion. I tried a CSS with color specs but it doesnt work.

    any idea ?

    #1233568

    Hey Hank,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1233699

    Hi Jordan, here it is

    #1233991

    Hi,

    Add this to quick css:

    #top #wrap_all #av-burger-menu-ul > li{
    opacity:1!important;
    }

    Best regards,
    Jordan Shannon

    #1235222

    hi jordan thank you for your help, i missed your last message. mneawhile i imported new them and all is fine. my only problem now is that my header doesnt want to be transparent in mobile device. i tried most of the css i found in the forum but it doesnt work. any idea ?

    #1235254

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px){
    .responsive #top #wrap_all #header {
        background: #4e7b66;
    }
    
    #top .av_header_with_border.av_header_transparency #header_main {
        background: rgba(255,255,255,.1)!important;
    }}

    Best regards,
    Jordan Shannon

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