Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #260108

    Hi Guys,

    We have the partner/logo element on our homepage as a slider to show off our products in a nice way, before the update it was fine now the thumbnails are showing very small. Any ideas what we might have done wrong? Is there a new setting somewhere? Many Thanks

    #260118
    This reply has been marked as private.
    #260876

    Hi!

    1- I guess it was something temporary as it is showing fine on my end – http://i.imgur.com/2W2477U.png
    2- I checked your website on Chrome on Mac and this is how it looks on my end – http://i.imgur.com/IK7SQrC.png
    Can you post a screenshot of the issue you are seeing?
    3- Please refer to my post here – https://kriesi.at/support/topic/social-media-icons-in-color-and-gray-on-hover/#post-240769

    Best regards,
    Yigit

    #261031
    This reply has been marked as private.
    #262538

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #top #wrap_all .av-social-link-twitter:hover a {
    color: red;
    background-color: orange;
    }
    #top #wrap_all .av-social-link-twitter a {
    color: orange;
    background-color: red;
    }
    #top #wrap_all .av-social-link-mail:hover a {
    color: yellow;
    background-color: blue;
    }
    #top #wrap_all .av-social-link-mail a {
    color: blue;
    background-color: yellow;
    }
    #top #wrap_all .av-social-link-facebook:hover a {
    color: green;
    background-color: purple;
    }
    #top #wrap_all .av-social-link-facebook a {
    color: purple;
    background-color: green;
    }

    I still cannot reproduce the header background issue. I have asked @ismael and @josue to take a look. Let us wait for them to check your website

    Best regards,
    Yigit

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