Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1027769

    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?

    https://prnt.sc/lbyw4p

    3.) How do I change the color of my social media icons?
    4.) How do I change the color of my menu?

    https://prnt.sc/lbyw6y

    #1028371

    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:
    2018-10-30-235404
    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

    #1065259

    How did you change the color of the social icons?
    Thanks.

    #1065442

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.