Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1203661

    Hi Enfold support, I can’t edit “Logo area menu” in blog and post background to make them like other pages. Could you help me please?
    Thanks.
    Regards.

    • This topic was modified 4 years, 1 month ago by marmat84.
    #1204192

    Hey marmat84,

    Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    .blog #header, 
    .single-post #header {
        background-color: #6ea4db !important;
    }
    
    .blog .header_bg, .single-post .header_bg {
        opacity: 0 !important;
    }

    Best regards,
    Nikko

    #1204704

    Hi Nikko, great and thanks. Last question: and if I wanted white font menu even when scrolling only for blog page and single posts?
    Thanks again

    #1204705

    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:

    
    .single-post .header-scrolled #avia-menu .avia-menu-text {
        color: white;
    }
    
    

    Best regards,
    Yigit

    #1204759

    Thaks Yigit, it works, but I would the same for blog page too: how could I do it considering that my css code already has this:
    .header-scrolled #avia-menu .avia-menu-text {
    color: #007dc5 !important;
    }

    Thansk again for your support

    #1205491

    I solved it myself with:

    .blog .header-scrolled #avia-menu .avia-menu-text {
    color: #ffffff !important;
    }

    Thanks again.

    #1205698

    Hi,

    Glad you figured it out and thanks for sharing your solution! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Logo area menu color blog’ is closed to new replies.