• kristylin

    (@kristylin)


    site: newfiremovie.com

    I found it in CUSTOMIZE but now I can’t find that option anymore…I looked and looked

Viewing 3 replies - 1 through 3 (of 3 total)
  • CrouchingBruin

    (@crouchingbruin)

    Can you take your site off of maintenance mode so we can take a look? I see an option to change the icon size (Appearance → Customize → Layout → Header), but I don’t see an option to change the shadow size. On my test site, I can’t even see a shadow because the social icons are on a black header bar.

    Thread Starter kristylin

    (@kristylin)

    Hi! Thank you for the response, I never figured it out and don’t know if I was dreaming but I did manage to make the shadow more blurred in css.

    body {
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.50);
    }

    the site is out of maintenance mode now.

    CrouchingBruin

    (@crouchingbruin)

    You can write a similar rule if you want to just target the social media icons:

    
    .social-links a {
       text-shadow: 2px 2px 2px rgba(50, 50, 50, .7);
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change size of social icons shadow’ is closed to new replies.