• Hello!

    I need to change the social icons that are below the post but I don’t know how. Can you help me, please? (the icons that are on the same line as “continue reading”)

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there, please try something like this

    .entry-utils .socials a i { color: transparent; }
    .entry-utils .socials a i {
        width: 17px;
        height: 17px;
        background-size: cover;
    }
    .entry-utils .socials a i.fa-facebook { background-image: url(https://placehold.it/30x30); }
    .entry-utils .socials a i.fa-twitter{ background-image: url(https://placehold.it/30x30); }
    .entry-utils .socials a i.fa-google-plus{ background-image: url(https://placehold.it/30x30); }

    Where you can replace https://placehold.it/30×30 with your new social icon images

    Let me know if this works

    I am having this same problem, but I am wanting to remove google plus and put pinterest in as my option.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘OLSE LIGHT – CHANGE SOCIAL ICONS IN POST’ is closed to new replies.