Tagged: x
-
AuthorPosts
-
July 22, 2016 at 8:56 am #1098620
simonpurdonParticipantHi,
Is there anyway to completely remove the bar that appears on the menu when you click on the items? I’ve managed to remove them when hovering, but can’t remove it for the menu item “me” and also can’t remove it for the current selected tab.
Also, you will see there’s a thin line between the logo and the menu, anyway to remove this?
Many thanks,
SimonJuly 22, 2016 at 8:57 am #1098621
simonpurdonParticipantThis reply has been marked as private.July 22, 2016 at 8:58 am #1098622
simonpurdonParticipantAnother thing, do you know how to centre the whole menu underneath the logo? It’s clearly more over to the right.
July 22, 2016 at 9:03 am #1098629
simonpurdonParticipantAlternatively from removing the bar, anyway to “border” the entire menu as in the image attached?
July 22, 2016 at 9:16 am #1098640
JoaoModeratorHi There,
Please add to Appereance > Customizer > Custom > CSS :
.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a { box-shadow: none; } ..masthead-stacked .desktop .x-nav { padding-left: 0; }Hope that helps,
Thanks
Joao
July 22, 2016 at 10:14 am #1098695
simonpurdonParticipantThanks,Joao.
Any way to border the menu as in the photo attached above?
July 22, 2016 at 11:31 am #1098778
RahulModeratorHi there,
Thanks for writing in! To add the border add the following CSS code via Appearance > Customize > Custom > CSS:
ul.main-menu { background-color: #2c3c50 !important; border: 1px solid red !important; }Let us know how this goes!
July 24, 2016 at 6:24 am #1100580
simonpurdonParticipantHey,
that didn’t work for some reason.
July 24, 2016 at 6:31 am #1100585
ChristopherModeratorHi there,
Please try this code :
.x-logobar,.x-navbar { border-bottom: 1px solid red; }Hope it helps.
July 24, 2016 at 8:03 am #1100619
simonpurdonParticipantThat worked, thanks!
Having one more issue with some fonts. I’m trying to add a specific font: Quicksand (Google font), to some text and have tried both inline css and creating a class and pointing to the specific font like this:
.p2 { font-size: 13px; text-transform: uppercase; font-weight: 300; font-family: "Quicksand", sans-serif !important; }and then pointing to it in the text like this
<span class="p2"><br>Read More></span>but it does not change to the font Quicksand. Any idea why it would not be working?
July 24, 2016 at 8:13 am #1100628
ChristopherModeratorHi there,
Please add this code in child theme’s style.css file :
@import url(https://fonts.googleapis.com/css?family=Quicksand);Hope it helps.
July 24, 2016 at 10:10 am #1100722
simonpurdonParticipantHey, that worked great thanks.
I’m having another issue – sorry!
In the footer area of my site I have some text “The people” and “The Vision” and as you can see the text seems to have a bold look about it as if there are two layers to it. Do you know what could be causing this?
Thanks,
SimonJuly 24, 2016 at 10:52 am #1100759
ThaiModeratorHi Simon,
To remove the box shadow, please add the following CSS:
.textwidget { text-shadow: none; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1098620 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
