Tagged: x
-
AuthorPosts
-
April 22, 2016 at 1:44 pm #895740
zendog22ParticipantHi, it looks like I need to add this code to change the colour of the header.
.x-navbar {
background-color: #2c3f96;
}But where is the custom css to add it please?
thanksApril 23, 2016 at 6:35 am #896560
zendog22ParticipantHi, I have found the custom css bit and figured out how to change the colour of my header. But I now have a white drop shadow/line under the bottom of my header and I would like to change it to a darker grey. Please can you help me change this?
http://kentishandco.staging.wpengine.com/
thanks in advanceApril 23, 2016 at 7:17 am #896594
ThaiModeratorHi There,
Please add the following CSS:
.x-navbar { box-shadow: none; border: none; }Hope it helps 🙂
April 24, 2016 at 3:57 am #897258
zendog22ParticipantHi, thanks for replying. I don’t want to remove the border/shadow altogether. I would like to instead have a darker grey/black line that the navigation.
April 24, 2016 at 11:17 pm #898031
RupokMemberHi there,
Thanks for updating. In that case update the code to following :
.x-navbar { box-shadow: none; border-bottom: 1px solid #555; }Let’s change the color to your own and 1px value to higher if you need more thick border.
Cheers!
April 26, 2016 at 6:48 am #900139
zendog22ParticipantHi, this works on the homepage. So I now have a darker grey/black line at the bottom of the navigation.
But now on other pages there is a weird looking thick white line. Please can you help me get the black line solution across all pages?
http://kentishandco.staging.wpengine.com/services-2/April 27, 2016 at 12:18 am #901470
Nabeel AModeratorHi again,
To fix this on other pages add this code in your Customizer:
.x-breadcrumb-wrap { padding: 0 !important; }Let us know how this goes!
April 27, 2016 at 3:11 am #901629
zendog22ParticipantPerfect, thanks Nabeel! 🙂
April 27, 2016 at 11:36 am #902539
ThaiModeratorYou’re very welcome 🙂
If you need anything else please let us know.
April 28, 2016 at 1:07 pm #904475
zendog22ParticipantHi, the solution provided above works on Chrome. But I have just checked the site on Firefox and it hasn’t worked.
http://kentishandco.staging.wpengine.com/services/
Any more thoughts?
thanksApril 29, 2016 at 3:03 am #905297
FriechModeratorHey There,
That is the Breadcrumbs if you do want to get rid of that. Please navigate to Appearance > Customize then on Customizer under the Header panel look for the Breadcrumbs option and turn it Off.
Hope it helps, Cheers!
May 3, 2016 at 7:31 am #910624
zendog22ParticipantHi, is it possible to add the dropshadow back into my navigation, please. Is is something to do with this code which you suggested above (I changed the colour of the navigation):
.x-navbar {
box-shadow: none;
border-bottom: 1px solid #555;
}May 3, 2016 at 9:37 am #910828
ThaiModeratorHi There,
Please change to this:
.x-navbar { background-color: #2c3f96; border-bottom: 1px solid #555; }Hope it helps 🙂
May 3, 2016 at 9:48 am #910848
zendog22ParticipantHi, that changes my navigation to purple. I just want a dropshadow please.
May 3, 2016 at 1:07 pm #911187
JoaoModeratorHi There,
Please use this code instead.
Adjust the parameters according to your wishes.
.x-navbar { box-shadow:0 1px 4px rgba(0, 0, 0, 0.3); box-sizing: border-box; }Hope that helps,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-895740 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
