Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1353716

    Hi,
    always after click on one of my social icons (instagram, facebook, pinterest) the icon gets the colour of there own layout – pinterest gets red, facebook gets blue…
    how can I change this? It would be ok, that the icons didn’t change in another colour…
    Please help me…
    Best regards,
    Eve

    #1353731

    Hey Createve_Solutions,

    Please try the following in Quick CSS under Enfold->General Styling:

    .social_bookmarks a:focus {
        background-color: transparent;
        color: #95782E;
    }

    Best regards,
    Rikard

    #1353742

    Hi,
    I’m sorry, but that doesn’t work…
    If you click on Pinterest (for example) a new tab opened and when you go to the website you will see the red background on Pinterest and it only get normally when you reload the site…
    Best regards,
    Eve

    #1353788

    Hi,

    Try this instead:

    .social_bookmarks a:focus {
        background-color: transparent !important;
        color: #95782E !important;
    }

    Best regards,
    Rikard

    #1353797

    Thank you so much for this solution – that works :)!
    Best regards,
    Eve

    #1353816

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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