Hi
i would like to change the color of logo background. On Startpage it is lightgrey and on the other pager i would like to have it in white.
Can you helping me by making that change?
That would be great!
Thank you,
rixi
Hey rixi,
You could use this css to change the color, but I don’t know what page you want this for:
#top .header_color .header_bg {
background-color: #fff;
}
Try adding the page ID to the css for the specific page or link to the page so we can see.
Best regards,
Mike
Hi Mike,
thank you!
I put that code into my quick css now, so all logo areas are white.
I would like tho have the color in the logoarea from the startpage “Home” in #f1f1f1.
How can i do that?
Many greetings rixi
Hi,
Try using this css instead:
#top:not(.home) .header_color .header_bg {
background-color: #fff;
}
This will let the homepage stay the gray color as set in the theme options, and make all the other pages white
Best regards,
Mike
Hello Mike,
perfect, it works! Thanks a lot :)
Many greetings
rixi
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike