Tagged: x
-
AuthorPosts
-
July 18, 2016 at 12:26 pm #1092163
kerenflavellParticipantHi there
I read through the threads regarding changing the CSS script so I have my own color rather than the red.
I’ve gone into Edit CSS from the Cornerstone Customize area but without luck.
I’ve put this script, as per your instructions to someone else.
However, it hasn’t changed the colors.
Do you mind letting me know what the problem is?
Thank you!
.page-id-887 .x-li-icon i {
display: none;
}
.x-navbar .x-nav > li > a:hover, .x-navbar .x-nav > .sfHover > a, .x-navbar .x-nav > .current-menu-item > a {
-webkit-box-shadow: inset 0 4px 0 0 #ff2a13;
box-shadow: inset 0 4px 0 0 #C5dd37;
}
.x-colophon.bottom .x-nav li a{
color:#ff0000;
}
.x-colophon.bottom .x-nav li a:hover{
color:#C5dd37;
}July 18, 2016 at 12:28 pm #1092165
Nabeel AModeratorHi there,
Thanks 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.
July 19, 2016 at 5:41 pm #1094285
kerenflavellParticipantSure thing. Thanks.
July 20, 2016 at 12:29 am #1094793
RupokMemberHi there,
Your given page’s ID is page-id-556 but your code is for .page-id-887. Also the code is for Superfly menu while you are using X menu. So I guess you are using code of someone else.
Kindly clarify what you are trying to achieve so that we could give you some tailored code for your need.
Meantime, if yo are trying to change the red color of footer menu; you can add this under Custom > CSS in the Customizer.
.x-colophon.bottom .x-nav li a { color: #333; }Hope this helps.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1092163 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
