Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #858955

    cyclegrinder
    Participant

    Hello,

    that is my site:
    http://cyclegrinder.com/thank-you

    1. I want to change the color of the icons (hover included) to white and grey.
    2. I want to increase the distance between each icon.
    3. I want to remove the lines above and under the icons
    4. I want to remove all headlines in the social share element

    Regards
    Johannes

    #859254

    Prasant Rai
    Moderator

    Hello Johannes,

    Thanks for writing in!

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

    a.x-share {
        color: #fff !important;
    }
    
    a.x-share:hover {
        color: #FFF !important;
    }
    
    .x-entry-share .x-share:hover {
        background-color: #ddd !important;
    }
    
    .x-entry-share .x-share {
        margin-left: 30px;
    }
    
    .x-entry-share {
        border: 0 !important;
    }
    
    .tooltip.bottom {
        display: none !important;
    }

    Thanks.

    #860626

    cyclegrinder
    Participant

    Thank you!

    #860952

    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!