• Resolved garcon31

    (@garcon31)


    I’m trying to change background color in the area where the logo and menu is placed. This is below the header-top (which I located in the style sheet and can change) and the slider.

    Can you tell me which line or statement in the style sheet is the one I need to use? I found body background (line 96 and 97) but that didn’t change anything when I edited it.

    If you don’t mind a second question, the slider doesn’t auto rotate images. Anything I missed?

    If you wish to view the under-construction WP site (the live site is still up) please edit your local hosts file to point domain easternsalt.com to the IP 66.96.144.190

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @garcon31,
    At first, We don’t recommend you to change code inside Theme, it may create an issue later, you can create a child theme and make changes. To change the transparent header background color you can use custom CSS provided below:

    .transparent-background {
        background-color: blue;
    }

    You can use your desired color here. To add custom CSS Go to Appearance > Customize > Additional CSS.
    And regarding your second query, I am getting a little bit confused. Can you please explain it a bit?

    Regards,
    ThemeGrill Support Team.

    Thread Starter garcon31

    (@garcon31)

    I may not have been clear enough in my question — I don’t use the transparent header. But I located this line in the theme editor:

    line 1357 .header-bottom { background: #fff;}

    Changing this background value gave me control of that color.

    Thank you so much for offering advice!

    Regarding the slider — it only changes images if I roll mouse over it or use controls. It does not automatically flip the images.

    Hi,
    you can do it by adding this code with your color choice in Additional CSS ( Customize/Additional CSS ):

    .header-bottom {
    background: #fff;
    }

    Thread Starter garcon31

    (@garcon31)

    Thank you, yes, that was indeed the answer.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header color in Flash Theme’ is closed to new replies.