Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1429287

    Hi!
    I have a dark footer and, when I choose the social buttons with an “icon” styling, the circle is white, but the text inside is black and is not visible. How can I change the color of that text?

    Thank you!

    #1429290

    Hey tcampaner,
    We can help with some css, please link to your page so we can examine the elements and let us know what color you want the text to be.

    Best regards,
    Mike

    #1429301

    Hi Mike,

    Thank you very much!
    Here is the link: http://techro.studiocampaner.ro

    Regards

    #1429302

    sorry, I forgot to say: the text color is ok to be white. The Shared buttons are in the footer.

    #1429317

    Hi,

    Thank you for the update.

    You can add this css code to adjust the color of social icons inside the footer container.

    #footer-page .av-share-box ul li a {
        color: #ffffff;
    }

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after applying the modification.

    Best regards,
    Ismael

    #1429325

    Hi,

    Thank you very much, it worked!
    Is it possible to remove the info box that appears on hoover (“link to facebook / instagram / linkedin”) or at least to change its style (make it smaller, like a tooltip)?

    And also to change the colors that appear on hoover to #e53e31?

    Thank you!

    #1429340

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #footer-page .av-social-sharing-box .avia-related-tooltip.avia-tt {
    	display: none !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1429372

    Hi,

    It worked, thank you very much!
    And to change the hoover color to all of the 3 icons to #e53e31?

    Regards

    #1429393

    Hi,

    Please try this CSS as well:

    #footer-page .av-share-link:hover a {
      background-color: #e53e31 !important;
    }

    Best regards,
    Rikard

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