Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1144259
    pammyap
    Participant

    Help please..
    How do I fix the following:

    1) Social sharing buttons colour on hover
    2) Remove space between custom headline and text above it
    3) Reduce spacing between paragraphs

    #1144262
    pammyap
    Participant
    This reply has been marked as private.
    #1144615
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .x-entry-share .x-share:hover {
        background-color: transparent;
        color: #000
    }
    
    .x-text p {
        margin-bottom: 5px;
    }

    Hope it helps 🙂

    #1145703
    pammyap
    Participant

    thanks that helps. how do i change the colour of the buttons?

    #1146006
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    a.x-btn {
        background-color: #ddd !important;
        color: #000 !important;
    }

    Thanks.

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