Tagged: x
-
AuthorPosts
-
May 21, 2016 at 4:02 pm #1003203
Kyle FParticipantDomain: http://drugsandmirrors.com/
I have used
.x-navbar {
border-bottom-color: #000000;}to change the colour of the navbar’s bottom line, but can’t determine what the code for altering the top line is.
I tried
.x-navbar {
border-top-color: #000000;}but did not get the results I was looking for.
In addition, how would I apply similar code to change the outline around the buttons when hovering / on page?
Thank you
May 21, 2016 at 4:24 pm #1003211
Kyle FParticipantI was able to change the button color using:
.x-navbar .desktop .x-nav > li > a:hover > span, .x-navbar .desktop .x-nav > li.x-active > a > span, .x-navbar .desktop .x-nav > li.current-menu-item > a > span {
border-color: #DF0101;}May 21, 2016 at 10:25 pm #1003503
Rue NelModeratorHello There,
Thanks for writing in! To change the border colors in your header, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
x-topbar, .x-logobar, .x-navbar { border-color: #000000; }If you need anything else, please let us know.
May 29, 2016 at 4:36 pm #1015533
Kyle FParticipantHi Rue,
That did not seem to solve my problem.
The domain in question: http://drugsandmirrors.com/
I am looking to edit the color of the bar above the buttons, before the logo. As you can see the bar below the buttons is black, as is my top bar.
What can you suggest?
May 29, 2016 at 7:36 pm #1015640
RadModeratorHi there,
This should do it, tested it.
.x-topbar, .x-logobar, .x-navbar { border-color: #ccc !important; }Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1003203 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
