Tagged: x
-
AuthorPosts
-
December 6, 2016 at 3:42 pm #1283702
laser8ParticipantHi,
I just got the x pack and it is great. I managed to do most of the customizing myself, but I cannot seem to make the css customizing I found on the forum work: I have the header and footer in white, and would like them to be coloured as per a pattern I use throughout the site.
I tried by inserting the pattern as background pattern – no result
Tried to insert the pattern with css as per one post here on the forum – also no resultYour assistance would be much appreciated.
December 6, 2016 at 10:38 pm #1284058
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.x-navbar { background-color: #ddd !important; } footer.x-colophon.bottom { background-color: #ddd !important; } footer.x-colophon.top { background-color: #ddd !important; }Thanks.
December 7, 2016 at 1:30 am #1284175
laser8ParticipantHi
Thanks for the fast reply – I tried the proposed code and it did change footer and navbar color to grey, but not the header.
Is there a way to at least set their opacity to transparent, so that the background color could be seen? I mean something like
.x-navbar { opacity: 0.85; }Thanks,
AndreaDecember 7, 2016 at 3:27 am #1284272
LelyModeratorHello Andrea,
For the opacity, it should be something like this:
.x-navbar { background-color: rgba(221, 221, 221, 0.85) !important; }Regarding the header, please share your site URL and point us which header you’re referring too.
December 7, 2016 at 3:30 pm #1285126
laser8ParticipantHi there!
the site is http://www.cadenela.com
take a look at the top where the logo is, just above the menu bar, and at the bottom where the social network links are placed. At the moment it is white, I’d at least like to make it 100% transparent so the pattern below could be visible
thanks,
AndreaDecember 7, 2016 at 10:21 pm #1285588
RupokMemberHi Andrea,
Thanks for writing back. You can add this under Custom > CSS in the Customizer.
.site { background-color: transparent; } .x-logobar { background-color: transparent; } .x-colophon.bottom { background-color: transparent; }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1283702 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
