Template Rental - Social Media Buttons In The Top - Question | JoomShaper

Template Rental - Social Media Buttons In The Top

J

JarmuschX

Template 1 month ago

Template: Rental Joomla: 5.4.2

https://ortenau-sanierung.de/listings/badsanierung.html

Is it possible to color the social media buttons in the top section?

Regards Thomas

0
1 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 month ago #214957

Hello,

Thanks for reaching out to us.

Please, use this css to your custom css, just change the color. To add custom css, you may check this guide: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

.fa-pinterest:before {
   color: yourColor;
}
.fa.fa-facebook:before{
color: yourColor;
}
.fa-youtube:before {
    color: yourColor;
}
.fa-instagram:before {
    color: yourColor;
}

Thanks

0