• Resolved Lia Red

    (@marapula)


    Hi,

    Does anyone know how I can remove the text shadow for all elements / for the whole site?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Valdenir Flauzino

    (@valdenir-flauzino)

    Hi,
    Just add a custom CSS:
    – appearance > theme options > Custom CSS #wrapper {box-shadow: none !important}

    I hope that helps!

    Thread Starter Lia Red

    (@marapula)

    Sadly this doesn’t work ??

    Can you check my site at ppa2.stepphilippines.com

    I want to remove the white shadow behind the text in my main menu, and for all text with this shadow for the whole site too…

    Valdenir Flauzino

    (@valdenir-flauzino)

    Oh, my mistake!
    Really sorry about that!

    You will need to add the following custom CSS:

    #nav ul li a{background:#000 !important; text-shadow: none !important;
    }
    .entry-title {text-shadow:none !important;}

    Note: You need to declare each CSS separately to work.

    I hope that helps.

    Thank you!!!

    Thread Starter Lia Red

    (@marapula)

    Thanks! But the background for the links became black?

    Valdenir Flauzino

    (@valdenir-flauzino)

    Remove background:#000 !important;

    Valdenir Flauzino

    (@valdenir-flauzino)

    Correct:
    #nav ul li a{text-shadow: none !important;
    }
    .entry-title {text-shadow:none !important;}

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘remove text shadow for whole site’ is closed to new replies.