Tagged: x
-
AuthorPosts
-
June 27, 2016 at 1:05 am #1060927
AbdulQ9ParticipantHow do I change the color for my background? I have tried through wordpress options Appearance-Customize but it only shows what I add before the page loads. How do I fix this?
June 27, 2016 at 1:13 am #1060943
Rue NelModeratorHello There,
Thanks for writing in! To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.site { background-color: #fff; }If that doesn’t help, would you mind providing us the url of your site with login credentials so we can take a closer look? 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.
To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you.
June 27, 2016 at 1:24 am #1060952
AbdulQ9ParticipantThis reply has been marked as private.June 27, 2016 at 1:37 am #1060966
ChristopherModeratorHi there,
Not all the changes could be done via cornerstone.
Please let us know how menu buttons should look. You can provide us with mockup.Thanks.
July 13, 2016 at 4:47 am #1084571
AbdulQ9ParticipantHere’s the mockup. Plus the submenu items background and color how do I change this too?
July 13, 2016 at 8:01 am #1084802
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
@media (min-width:979px){ .x-navbar .desktop .x-nav > li { box-shadow: 1px 0 0 0 #000; border-radius: 0; height: 44px; margin-top: 18px; } .x-navbar .desktop .x-nav > li:last-child { box-shadow: none; } .x-navbar .desktop .x-nav > li > a { height: 77px; padding-top: 17px; } ul.sub-menu { background-color: #8BABF6 !important; top: 62px !important; } .x-navbar .desktop .sub-menu a { color: #fff; } }Hope that helps.
July 13, 2016 at 9:58 am #1084974
AbdulQ9ParticipantI would like remove the current button css thats there!
July 13, 2016 at 11:23 am #1085143
JoaoModeratorHi Abdul,
Please add the following code to Appereance Customizer Custom CSS
.x-navbar .x-nav > .current-menu-item > a { border: none; } .x-navbar .x-nav > li > a { border: none; }Hope that helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1060927 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
