Tagged: x
-
AuthorPosts
-
May 23, 2016 at 12:43 am #1004652
bedingfieldParticipantHi there,
I wondered how easy it would be to have a background image to the far right of my logo / navigation header?
This is my URL: elyrunners.club
Thank you
May 23, 2016 at 12:54 am #1004661
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
.x-logobar { background-image: url("http://elyrunners.club/wp-content/uploads/2016/05/3.jpg"); }Hope it helps.
May 23, 2016 at 1:16 pm #1005712
bedingfieldParticipantThank you, Ideally, I would like it to bleed through to the ‘stacked’ navigation as well. Is this possible?
Thank you.
May 23, 2016 at 1:27 pm #1005734
JadeModeratorHi there,
Please try this CSS instead:
header.masthead { background-image: url("http://elyrunners.club/wp-content/uploads/2016/05/3.jpg"); } .x-logobar, .x-navbar { background-color: transparent !important; }Hope this helps.
May 23, 2016 at 11:38 pm #1006565
bedingfieldParticipantMorning,
That doesn’t appear to work I’m afraid. The menu remains black with the image behind the colour.
Thank you.
May 24, 2016 at 12:13 am #1006596
Nabeel AModeratorHi again,
Try adding the following CSS in your Child theme:
header.masthead.masthead-stacked { background-image: url("http://elyrunners.club/wp-content/uploads/2016/05/3.jpg") !important; } .x-logobar, .x-navbar { background-color: transparent !important; }Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1004652 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
