Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1234393
    liealexius
    Participant

    Hi,

    Need your help to fix small issue on the text link colour and hover colour in the post.
    The setting in Customizer for text link I set to green, and this working fine in the homepage.

    But for the post, for example http://karirakademi.com/karir-skill/manajemen-blusukan-terhubung-dengan-tim-anda

    You can see near to the bottom post, in the yellow box, the text link for “Newsletter” is grey colour. How to change this to other colour? also the hover colour and the underline at the moment is dotted line, how to make it become solid line?

    Kindly Advice

    Regards

    Alexius

    #1234461
    Friech
    Moderator

    Hi Alexius,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .format-standard a:not(.x-btn):not(.meta-comments) {color: green;}
    .format-standard a:not(.x-btn):not(.meta-comments):hover {color: red;}

    Hope it helps, Cheers!

    #1234468
    liealexius
    Participant

    Hi Friech,

    The colour issue is solved with that code, Thank you
    About the underline issue, the underline at the moment is dotted line, how to make it become solid line?

    Kindly advice

    Thank you

    Alexius

    #1234476
    Friech
    Moderator

    Oh sorry about that, please add this custom CSS as well.

    .format-standard .entry-content a:not(.x-btn):not(.x-img-thumbnail) {
    border-bottom: 1px solid #000;
    }

    Replace the value with a none if you want to completely remove the border.

    Thanks.

    #1234490
    liealexius
    Participant

    Perfect, thank you for your help Friech

    #1234499
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

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