Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1092163
    kerenflavell
    Participant

    Hi 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;
    }

    #1092165
    Nabeel A
    Moderator

    Hi 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.

    #1094285
    kerenflavell
    Participant
    #1094793
    Rupok
    Member

    Hi 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!

  • <script> jQuery(function($){ $("#no-reply-1092163 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>