• Resolved kiaroskuro

    (@kiaroskuro)


    Greetings… I was interested in changing the size and color of the social icons. I know that they use FontAwesome, and I’m not that familiar working with that, yet. Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • divjotsingh_440

    (@divjotsingh_440)

    Hello kiaroskuro,

    You need to add a custom css plugin first.
    After adding, you need to add the following code to custom css-

    #social-icons span {
    font-size: 20px; //Changes the size of the icons
    }
    
    #social-icons span i.fa-circle {
    color: #abc; //Changes the black color of the icons
    }

    Can you change the layout of the icons so they stack downwards instead of across?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing size and color of social icons’ is closed to new replies.