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

    Hi,

    I have changed the social icon colour to white for my transparent header and also for when I am scrolling down the page.
    https://prnt.sc/rc7lna

    This has also changed the social icon colour in the ‘social share button’ from black to white also (for Facebook, Instagram and Twitter that I changed).

    I need the ‘social share button’ to have them as black as standard.
    https://prnt.sc/rc7nyu

    Please advise how I can do this.

    #1190755

    Hey Christopher,

    Could you post a link to your site so that we can have a closer look please?

    Best regards,
    Rikard

    #1191049

    Sure, just go to mlhentertainments.com and you’ll see them on the homepage.

    Then when you go into the acts section, all of the available acts have the social share option there and you’ll see them in white as in the screenshot.

    Thanks

    #1191074

    Hi,
    Add this to quick css:

    .av-share-box li a{
    color:#000!important;
    }
    
    .av-share-box li a:hover{
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

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