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

    I’m trying to figure out how to change the entire background color of the main nav area. I’m using nav below the logo. I’ve added this to the CSS…

    div #header_main #header_main_alternate .container { background:#FFFFFF; }

    … which does change the colors behind the menu items, but on either edge (stretch full screen) it’s still picking up the Logo Area background color. How can I have the background of the logo area be one color and the background of the main menu area be another color (all the way to the end on fullscreen)?

    Thanks!

    #458237

    Hey lzevon!

    I’m not sure I understand exactly what you are trying to do but please try the following in Quick CSS:

    strong.logo {
      background-color: blue !important;
    }
    
    #header_main {
      background-color: green !important;
    }

    Regards,
    Rikard

    #458542

    where I have the red squares I want it to be white – if you reread my initial post and look at this image it should all makes sense.

    • This reply was modified 8 years, 11 months ago by lzevon.
    #458556

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #header_main_alternate {
      background-color: white;
    }

    Best regards,
    Yigit

    #458560

    Hi Yigit,

    I’ve tried this and multiple variations – it won’t affect the outer parts (left and right) of the main menu area. If you can visit the link I sent and view the source you will see. Insane amount of time on this one small item – in stretched layout I need the whole bar white.

    Thanks

    #458562

    Hey!

    Do you mind creating a temporary admin login and posting it here privately?

    Regards,
    Yigit

    #458570

    Interesting – when I was setting up the account for you I put all the styles I had in the Child theme in the Custom CSS field so you could see what I had without needing FTP access. Once I pasted in there it worked. Does Enfold not support child themes in the same way? I have purchased 15+ copies of Enfold, so it’s important to know if anything changed for when I update the theme on the other sites (without breaking anything). Please let me know what has changed and what I need to do to use a child theme.

    #458757

    Hey!

    The theme like any other themes can be modified through a child theme. If you want, you can add your css modifications in the child theme’s style.css.

    Regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘change background color of entire main menu area’ is closed to new replies.