Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #627983

    The header on each page of my website is not transparent on mobile. Can you please assist?
    Also, how do I change the header menu links ie. Home, Services, etc. to be white and not black?
    And finally, on my “specials” page the transparent header is messed up and i’m not sure why or how to fix…

    #628511

    I have the same issue. How do you make mobile header transparent?

    #629168

    Hi,

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

    
    #top #wrap_all .av_header_transparency {
        background: transparent!important;
        position: absolute!important;
    }
    

    Best regards,
    Yigit

    #629459

    Hi Yigit,

    Thank you that did work – but now the colored columns are half into the logo and top menu. How would you suggest I fix this?

    Also – how do you make the menu headlines to be the color white?

    #630596

    Hi,

    about which colored columns are you talking about? your logo and menu look totally fine to me:

    View post on imgur.com

    Please clear browser cache and check on another device as well.

    If you still need help with this, then provide us screenshots highlighting what you mean.

    Best regards,
    Andy

    #631798

    if you visit the massage therapy under services, the color column goes up into the header and logo.

    I’m also trying to make the menu at the top on desktop white text.

    #632723

    Hey!

    Is this happening only on this page? Try to add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    #massagetherapy {
        padding-top: 120px;
    }
    }

    Cheers!
    Ismael

    #633229

    It’s happening on all pages. Should i use that code but change each page? Or is there a way to do it for all? thank you!

    #633300

    Hi,

    Ismael’s code should work for all pages. Let us know if you still need help with this.

    Best regards,
    Andy

    #633426

    thank you that worked.

    **I still cant figure out how to get my main menu to be white text on all pages. Can you please assist?

    #633621

    Hi,

    you can change color for your menu items in theme settings. Look inside of General Styling and/or Advanced Styling.

    Best regards,
    Andy

    #634011

    I’ve tried to do that in every way but it only changes the sub menu. I want to change the main menu. It’s odd that it’s so difficult to find or perhaps i’m just missing it? thank you for any suggestions on where to find..because in the advanced styling there’s only options to change sub menu links..

    #634436

    Hi,

    go to Enfold->Advanced Styling and choose “Main Menu Links” for editing.

    Best regards,
    Andy

    #637046

    The “Main Menu Links” only changes the color when you hover over them. Right now I have those set as a purple color and that works when you hover over the black main menu links but I want to change the Black to white. The “Main Menu Links” in advanced styling seems to only change the color once the mouse is hovering over the menu item. Please can you assist in how I change the color BEFORE the mouse even touches the menu item.

    #637394

    Hi,

    just remove “Apply only to mouse hover state”:

    View post on imgur.com

    You can add the Main Menu Link element twice to adjust it’s colors.

    Best regards,
    Andy

    #638158

    Wow – so sorry i missed that! Thank you for your assistance!

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘No Transparent Header on Mobile Devices’ is closed to new replies.