Tagged: x
-
AuthorPosts
-
December 6, 2016 at 6:49 am #1283027
aleadfreakParticipantHi,
Together we’ve coded a transparent header with white font.
I have a few pages (service pages) that have a lighter background and no slider. The text in the header is no not visible. Is it possible to change the header font colour on these pages only?
Looking to have the font colour black on these pages.
URL: http://leadfreak.co.uk/our-services/strategy-planning/
Thanks
Alex
December 6, 2016 at 8:24 am #1283124
JoaoModeratorHi There,
Please add the following code to Appereance > customizer > Custom > CSS
.page-id-1406 .x-navbar .desktop .x-nav > li > a { color: red; }Hope that helps
Joao
December 6, 2016 at 8:58 am #1283170
aleadfreakParticipantGreat, thanks Joao.
How would I change the Logo text colour to the same?
And is there a way to change the grey opaque bar to white opaque?
Again, only on these specific pages.
Thanks
Alex
December 6, 2016 at 9:56 am #1283264
RupokMemberHi Alex,
You can use the below CSS for the logo text :
.page-id-1406 .x-brand.text { color: red; }And this for white opaque Navbar :
.page-id-1406 .x-navbar.x-navbar-fixed-top { background-color: rgba(255, 255, 255, 0.5); }Cheers!
December 8, 2016 at 2:43 am #1285788
aleadfreakParticipantHi Rupok,
On using the above code, when I hover on the nav bar menu items it does not change colour to that highlighted on the customise settings.
Any ideas?
Thanks
Alex
December 8, 2016 at 2:58 am #1285796
LelyModeratorHello Alex,
Please also add this:
.page-id-1406 .x-navbar .desktop .x-nav > li > a:hover{ color: rgb(72,234,126); }If overrides customizer settings for hover. We have to add that CSS too.
Hope this helps.
December 8, 2016 at 3:31 am #1285823
aleadfreakParticipantGreat! Thanks!
Much love to the Themeco team this Christmas! Great work you’re doing.
Alex
December 8, 2016 at 3:49 am #1285853
ChristianModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1283027 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
