• Resolved ivan_ivanov

    (@ivan_ivanov)


    Hello,

    How can I change font on social links ?

    I used this code to change color but for font size didn’t work.

    .footercol4 .virtue_social_widget a {
    font-size:16px;
    color:#FFFFFF;
    }

    This is website.

    Thanks in advance.
    Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Ben Ritner – Kadence WP

    (@britner)

    Hey, are you wanting to change the icon size?

    You can use this css:

    .virtue_social_widget a i {
        line-height: 30px;
        font-size: 26px;
    }

    Kadence Themes

    Thread Starter ivan_ivanov

    (@ivan_ivanov)

    Yes, exactly what I need.
    Many thanks you are great ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Virtue: social links change font’ is closed to new replies.