Tagged: x
-
AuthorPosts
-
October 20, 2016 at 3:55 am #1223606
3b1a2f46-a516-40cf-beba-b611930e4819ParticipantHi,
I have a website design that I’m trying to build in X theme.
I know what I want to do but writing the code has proved difficult. I’ve used the inspect element function in chrome and got the border working but I can’t get it to work in the customiser.
I’ve attached a image of what I’m trying to achieve below.
October 20, 2016 at 3:58 am #1223613
3b1a2f46-a516-40cf-beba-b611930e4819ParticipantThis reply has been marked as private.October 20, 2016 at 4:44 am #1223665
Rue NelModeratorHello There,
Thank you for the clarifications! Please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-logobar { border-bottom: solid 1px #e5e5e5; } .x-navbar .desktop .x-nav > li:after{ content: "|"; display: inline-block; position: absolute; top: 30%; } .x-navbar .desktop .x-nav > li:first-child:after{ display: none; }Hope this helps.
October 20, 2016 at 5:47 am #1223720
3b1a2f46-a516-40cf-beba-b611930e4819ParticipantThanks for the Code Rue,
I’ve adapted it slightly to show a border rather than a |
The logo bar won’t show the border even with !important on. This is a new site so should be straight forward I would think.
I’ve got the layout as stacked if that’s any help.
October 20, 2016 at 8:49 am #1223882
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
.x-logobar { border-bottom: 1px solid #f2f2f2; } .x-navbar .desktop .x-nav { margin-top: 10px; }Hope it helps
Joao
October 20, 2016 at 11:29 am #1224115
3b1a2f46-a516-40cf-beba-b611930e4819ParticipantThis reply has been marked as private.October 20, 2016 at 2:35 pm #1224345
JoaoModeratorHi There.
I am not really sure what you are referring to:
Please add the following codes :
.widget_categories ul, .widget_product_categories ul, .widget_nav_menu ul, .widget_pages ul { border-bottom:0px; }.x-colophon.top .x-column { border-right: 0px; }If you were referring to something different please provide a screenshot to clarify.
Thanks
Joao
October 21, 2016 at 2:22 am #1225078
3b1a2f46-a516-40cf-beba-b611930e4819ParticipantHi Joao,
The first code has fixed it. Thanks!
October 21, 2016 at 2:24 am #1225082
Rue NelModeratorYou’re welcome!
We’re glad we were able to help you out. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1223606 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
