Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #449062

    dear Kriesi team,

    my menu disappear/or become invisible when I go to the ‘Blog’ section.
    will be grateful for help!

    #449186

    Hey Soapmarine!

    It’s not invisible since it’s set to white, but please try the following in Quick CSS under Enfold–>General Styling:

    .postid-536 .av-main-nav > li > a .avia-menu-text {
      color: black !important;
    }

    Best regards,
    Rikard

    • This reply was modified 9 years, 6 months ago by Rikard.
    #449223

    Dear Rikard,

    Thank but I think it’s more complex. The problem I have is that every new post in the Blog will have invisible menu. So, I cant assign an id for each and every post everytime it’s written (.postid-536 refers to a particular post).

    Do you see my problem?
    thank you,
    Soap

    #449388

    Hey!

    Ok I see, maybe it would be easier to change the colour of the menu in the backend to the colour you want on the blog and posts where you have a white background and then do custom CSS for the pages and posts where you want the menu to be white. Would that be an option for you?

    Best regards,
    Rikard

    #449473

    Dear Rikard,

    in all my pages I have Header visibility and transparency : Header transparent because I want the header as image.
    I need to have one header (color or image) for all my posts. I changed : Admin > Enfold > Header > Color transparent header : #000 – it still shows white in posts.

    How can I do it ? Customised or whatever.

    thank you,
    Alfiya

    #449474

    Hi!

    You can use Advanced Layout Builder to create your posts to add a fullwidth image to the top just like your pages.

    Best regards,
    Yigit

    #449486

    Hi Yigit!

    thank you!
    1. I want to keep it simple. To have one dark color for all posts.
    – That is why I put in Admin > Enfold > Header > Transparency options > Menu color > #000
    – In all posts I choose : Classic Editor > Header visibility and transparency > No tranperency

    Result : still white / invisible header :(

    2. I tried your advice.
    – Advanced Editor > Color Section > Section background #000 > Header Visibility and transparency > Above Header transparent

    Result : still white / invisible header :(

    What I’m doing wrong?
    Thank you,
    Alfiya

    #450452

    Hi!

    The logo and menus are white so you have to change the header background. Add this in the Quick CSS field:

    .header_color .header_bg {
      background-color: #000;
    }

    Best regards,
    Ismael

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