Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1156962
    [email protected]
    Participant

    Hello,
    I have read several forms and have tried the css for many and I am not getting any change for my footer. I am looking for black text, dark grey hover.

    theartefact.com

    Thanks

    #1157059
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS and adjust the color according to your wishes.

    .x-social-global a i, .x-colophon.bottom .x-nav li a , .x-colophon.bottom .x-colophon-content p {
        color: black;
    }
    
    .x-social-global a i:hover, .x-colophon.bottom .x-nav li a:hover  {
        color: grey;
    }
    

    Hope that helps,

    Joao

    #1158421
    [email protected]
    Participant

    I inserted it the Appereance > Customizer > Custom > CSS, but it still had no affect. Is there something else I can try?

    Thanks,
    Kathy

    #1158585
    Joao
    Moderator

    Hi Kathy,

    I have tested the code on my end and it works,

    Try to find syntax mistakes on your Appereance > Customizer > Custom > CSS like for example a missing closing }

    If you can“t find it, would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    Joao

    #1161281
    [email protected]
    Participant
    This reply has been marked as private.
    #1161293
    Rue Nel
    Moderator

    Hello There,

    It turns out that the code isn’t working because you have an invalid code at the beginning of your custom css. I already updated the code:

    
    .x-colophon.top .widget ul li a,
    .x-colophon.top .widget ol li a,
    .x-colophon.top .x-comment-time,
    .x-colophon.top a {
        color: #000;
    }
    
    .x-social-global a i, 
    .x-colophon.bottom .x-nav li a,
    .x-colophon.bottom .x-nav li:after,
    .x-colophon.bottom .x-colophon-content p {
        color: black;
    }
    
    .x-social-global a i:hover, 
    .x-colophon.bottom .x-nav li a:hover  {
        color: grey;
    }
    
    .x-container.max {
         margin-left: 10px;
    }
    
    @media screen and (max-width: 481px) {
      .x-post-carousel.unstyled {
        display: none;
      }
    }

    It best practice that the @media css block will appear at the very end of all your other custom codes.

    If you need anything else we can help you with, don’t hesitate to open another thread.

    #1161456
    [email protected]
    Participant

    Thanks so much, how do I get the above to center?

    #1161481
    Christopher
    Moderator

    Hi there,

    Please remove this line of code :

    .x-container.max {
         margin-left: 10px;
    }

    Hope it helps.

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