Tagged: x
-
AuthorPosts
-
April 19, 2016 at 6:17 pm #890916
tshoresParticipantPlease see this site:
https://not1more.org/How can I modify background color, and font and hover colors, for the header and footer areas, using CSS?
Thanks!
April 20, 2016 at 6:33 am #891595
ZeshanMemberHi there @tshores,
Thanks for writing in!
You can change the header background colors under Ethos in the Customizer and links colors under Header > LINKS – TEXT.
To change the footer background color, text, links and links hover colors, add following CSS under Custom > CSS in the Customizer:
/* Footer Background Color */ .x-colophon.top, .x-colophon.bottom { background-color: #ffffff; } /* Footer Text Color */ .x-colophon.top, .x-colophon.bottom, .x-colophon.top .h-widget { color: #000000; } /* Footer Links Color */ .x-colophon.top a, .x-colophon.bottom a, .x-colophon.bottom .x-nav li a { color: #333333; } /* Footer Links Hover Color */ .x-colophon.top a:hover, .x-colophon.bottom a:hover, .x-colophon.bottom .x-nav li a:hover { color: #333333; }Replace the colors with your desired ones (you can generate hex color codes from here).
Thank you!
April 20, 2016 at 10:30 am #892003
tshoresParticipantthanks!
April 20, 2016 at 9:50 pm #892833
Prasant RaiModeratorYou are most welcome. 🙂
April 21, 2016 at 10:26 am #893835
tshoresParticipantActually, in Customizer, Header > Links – Text … I can only control colors of links and text elements. In Ethos at least, I can’t control the Header background, Widget area or Header menu background colors.
Can you conjure up some CSS that lets me do this?
April 22, 2016 at 12:37 am #894815
LelyModeratorHi There,
Did you figure out this already? Upon checking, you have the following custom CSS:
.x-navbar{ background-color: #ffffff; /* This controls the header background color*/ }For menu background color, use this:
.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) { background-color: blue; /*Change to your preferred color*/ }Hope this helps.
April 22, 2016 at 9:56 am #895480
tshoresParticipantThat’s interesting, but not what I seek. I’ve updated this other thread, which is about the same problem:
https://community.theme.co/forums/topic/ethos-theme-navbar-css-customizations/It’s the WP header background that I’m trying to change, not the navbar. Let’s just address it in the other thread, and discontinue this thread.
April 23, 2016 at 2:31 am #896376
Rue NelModeratorOkay then.
We will be responding your other thread shortly. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-890916 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
