Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #254611
    Tekwave Consulting
    Participant

    Hello,

    I have the Solid Cons Pro theme. I have the social media links on the header and footer and all is working just fine. However, my client would like the icons to be in color and be slightly larger. Is this possible?

    site url: https://truckservicesllc.com

    #254628
    Skandha
    Participant

    @tekwave-consulting: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .menu-social-container li a[href*="youtube.com"] {
        color: #cb302b;
    }
    .menu-social-container li a[href*="facebook.com"] {
        color: #3b5998;
    }
    .menu-social-container li a[href*="linkedin.com"] {
        color: #0e76a8;
    }
    .social-navigation li a, .menu-social-media li a {
        font-size: 40px !important;
    }

    You can change the font size according to your requirement!

    Let me if this is what you want!
    Kind Regards,
    Skandha

    #254648
    Tekwave Consulting
    Participant

    Brilliant!

    #254649
    Tekwave Consulting
    Participant

    Only change is I made the size 20, 40 was…wow big.

    #254650
    Skandha
    Participant

    @tekwave-consulting: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/solid-construction/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Adjust size and color of social media links’ is closed to new replies.