ContinuityDM Posted August 14, 2021 Posted August 14, 2021 Site URL: http://sf.su.se Hi! I have a page that I'm managing: http://sf.su.se Template: Nueva The header is great, however when going into a blog post, the header background didn't carry over, it just became a white background. I found a css to make the background the correct color: /* blog post header background */ .collection-type-blog.view-item header.Header.Header--bottom { background: #030c29;} The only problem now is that the navigation text in the header is invisible! I want it to be white, like on the main page. And the dropdown to be the same blue with white links, but I can't figure out how to do this! https://www.sf.su.se/nyheter/2021/nystyrelse
tuanphan Posted August 14, 2021 Posted August 14, 2021 Hi. Add to Design > Custom CSS body.collection-type-blog.view-item .Header-nav-item { color: white; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
ContinuityDM Posted August 16, 2021 Author Posted August 16, 2021 On 8/15/2021 at 12:21 AM, tuanphan said: Hi. Add to Design > Custom CSS body.collection-type-blog.view-item .Header-nav-item { color: white; } Hi! Thank you! This made the text show up in white, however, the menu dropdown still has a white background. Do you know the code to change the dropdown to blue and the dropdown text to become white?
ContinuityDM Posted August 16, 2021 Author Posted August 16, 2021 Also, the header padding and font weight remains different from the main page.
tuanphan Posted August 18, 2021 Posted August 18, 2021 On 8/16/2021 at 3:30 PM, tika said: Also, the header padding and font weight remains different from the main page. Hi. Use this body.collection-type-blog.view-item .Header-nav-item { color: white; } body.collection-type-blog.view-item .Header-nav-folder { background-color: #030c29 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.