Tagged: x
-
AuthorPosts
-
May 24, 2016 at 5:44 am #1006980
ahmedfouadkhalilParticipanti use integrity stack, and i try to change the navbar, and topbar color by using the following code:
.x-navbar { background-color: #272727 !important; } .x-topbar { background-color: #272727 !important; }but it is not woking
May 24, 2016 at 6:17 am #1007016
ThaiModeratorThanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
May 24, 2016 at 7:37 am #1007123
ahmedfouadkhalilParticipantThis reply has been marked as private.May 24, 2016 at 7:54 am #1007157
JoaoModeratorHi There,
Please add this code below to your Appereance / Customizer / Custom / CSS
.x-navbar-inner { background-color: #272727 !important; } .x-topbar { border-bottom: 0px; }Hope that helps,
Joao
May 24, 2016 at 11:43 am #1007577
ahmedfouadkhalilParticipantThanks for this it works ok but i have some question about it
1- why topbar border-bottom have been added
2- when previw the page in mobile or tablet size the upper part of the topbar change back to white color
3- can i add an icon or button at the left side of the navbar and centralize the menu, and logo at the left as it is, so when preview in mobile size this button or icon not hide in the menu and can be clicked separately
May 24, 2016 at 12:11 pm #1007618
ahmedfouadkhalilParticipantadditional question about social icons shown in the top right side of topbar, does this shown by default for all social links assigned? and how to remove if i want to add another item instead like a text, or hyperlink buttom
May 24, 2016 at 12:26 pm #1007644
Nabeel AModeratorHi there,
1. For the Topbar border, add this code:
.x-topbar { border-bottom: none; }2. To change the Topbar color, please add this code in your Customizer:
.x-topbar .p-info { background: #272727; }3. Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.
Thanks for understanding. Take care!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1006980 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
