• hi i want to remove the white background to transparant on the social media icons is that possible?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey @hehenkamp

    Yes, this is possible. You’ll need to add the following code to your website.

    01. This can be done by visiting
    https://therandomtraveller.eu/wp-admin/customize.php

    02. Click Additional CSS. Copy and paste the following code and Publish.

    .wp-block-social-links.is-style-pill-shape .wp-social-link {
    background-color: #fff;
    color: #000;
    }

    Let me know if this helps

    Thanks,
    Ojith

    Thread Starter hehenkamp

    (@hehenkamp)

    hi ojith!

    It works but it makes the logos transparent but not the block itself sadly enough ive uploaded it for you to see

    Hey @hehenkamp

    So do you need the white colored block to be transparent?
    Not the social media icons right? Let me know.

    View post on imgur.com

    Thanks,
    Ojith

    Thread Starter hehenkamp

    (@hehenkamp)

    Hi,

    Yes thats correct i want the social media icons to blend into the background thus i need to make the block itself transparrent if thats possible

    thanks for the help, sorry if i wasnt clear enough

    Thanks for the clarification.

    You can do this easily.
    First go to the customizer and remove the current CSS Code.
    Add this code

    #header-widgets-full .widget {
    background-color: #ffffff00 !important;
    }

    Let me know if this works

    Thanks,
    Ojith

    Thread Starter hehenkamp

    (@hehenkamp)

    yep it works thanks alot!

    now i also have a better understanding how to find it myself 😛

    Glad it helped.
    You can now close the thread by clicking the checkbox with a response.

    Thanks,
    Ojith

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Removing the white background social icons’ is closed to new replies.