• Where would i put the following code in order to get a black outline around white header text:

    p {
    color: #fff;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
    }

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Brian Harris

    (@zgani)

    “p” is not the correct element to target.

    What are you trying to achieve exactly? Which “white header text” are you referring to?

    Thread Starter Ryan

    (@khalle)

    Where it says “plant based nutritional consultation” at the top of the home page…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header text’ is closed to new replies.