Guest Posted May 6, 2022 Share Posted May 6, 2022 I used this code to change the nav colour for a my blogs <style> .header-announcement-bar-wrapper { background: #0b3141 !important; } </style> The nav font is the same colour so doesn't show up. (Other pages the nav is transparent) How do I turn the nav font on these blog pages? I cannot share login through forum but back through private message Link to comment
humxahafeex Posted May 7, 2022 Share Posted May 7, 2022 22 hours ago, Craigers said: I used this code to change the nav colour for a my blogs <style> .header-announcement-bar-wrapper { background: #0b3141 !important; } </style> The nav font is the same colour so doesn't show up. (Other pages the nav is transparent) How do I turn the nav font on these blog pages? I cannot share login through forum but back through private message HI I would love to assist you with this please do come inbox. Link to comment
tuanphan Posted May 9, 2022 Share Posted May 9, 2022 On 5/7/2022 at 6:20 AM, Craigers said: I used this code to change the nav colour for a my blogs <style> .header-announcement-bar-wrapper { background: #0b3141 !important; } </style> The nav font is the same colour so doesn't show up. (Other pages the nav is transparent) How do I turn the nav font on these blog pages? I cannot share login through forum but back through private message Use this code <style> .header-announcement-bar-wrapper { background: #0b3141 !important; } .header-announcement-bar-wrapper .header-nav-item a { color: #fff !important; } </style> 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!) Link to comment
nathanlmcguire Posted January 19, 2023 Share Posted January 19, 2023 Hey, I am having a similar issue. I would like the font colour of the navigation to be black on blog posts only. Is that possible? here is my site link - https://thegodlyirritant.com/blogs/white-consciousness-and-black-lives-matter Link to comment
tuanphan Posted January 26, 2023 Share Posted January 26, 2023 On 1/19/2023 at 6:25 PM, nathanlmcguire said: Hey, I am having a similar issue. I would like the font colour of the navigation to be black on blog posts only. Is that possible? here is my site link - https://thegodlyirritant.com/blogs/white-consciousness-and-black-lives-matter Add to Design > Custom CSS body[class*="type-blog"].view-item { .header-nav-item *, .header-menu-nav-item * { color: black !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!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment