Text Shadow CSS doesn't show in Colorway Theme

Discussion in 'ColorWay WordPress Theme' started by bburko01, Mar 6, 2016.

  1. bburko01

    bburko01 New Member

    Joined:
    Jan 22, 2013
    Messages:
    1
    Likes Received:
    0
    Hi there,

    I tried editing the CSS in the colorway theme to include text shadow in all H1, H2, and h3, headers. I made the change in the "custom CSS" area as well as in the Editor and nothing seems to work.

    Does anyone know of a solution to this? Text shadow is always a nice addition to headers.

    Thanks in advance.

    Brian
     
  2. priya

    priya Guest

    Hello Brian,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    h1, h2, h3, h4 {
        text-shadow: 2px 2px #ff0000;
    }
    Note: Change color code (#ff0000) as per your interest.


    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page