Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1278014
    goods1904
    Participant

    Support,

    I am not having success with changing my link colors. After multiple attempts of selecting colors for “site links” and “site links hover” in appearance > customize > typography > site links, changes do not appear on my site. Please help, thank you.

    #1278015
    goods1904
    Participant
    This reply has been marked as private.
    #1278296
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! I have inspected your site and it appears that you might be confused with a normal site links and the post format link. Please see the image below:

    If you intend to change the post format link colors, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .format-link .link a {
      color: red;
    }
    
    .format-link .link a:hover {
      color: green;
    }

    We would loved to know if this has work for you. Thank you.

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