Hi Support,
I have the following questions:
1.) How do I change the background color of the Pre-Loader?
2.) How do I change the color of the loader?
3.) How do I change the color of my social media icons?
4.) How do I change the color of my menu?
Hey Libardo,
Sorry for the late reply, I took a look at your site but it seems you have already found the solution to changing the social icons and burger menu color:
To change the color of the pre-loader background, Please try this code in the General Styling > Quick CSS field:
#top .av-siteloader-wrap {
background-color: red !important;
}
please adjust to suit.
To change the color of the pre-loader, please try:
#top .av-siteloader {
border-left-color: #58773C !important;
}
Best regards,
Mike
How did you change the color of the social icons?
Thanks.
Hi,
To change the color of all social icons, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top #wrap_all .social_bookmarks li a {
color: red !important;
}
Please adjust the color to suit.
If you would like certain one’s certain colors, then please include a link to your site so we can customize.
Best regards,
Mike