Add shadow or stroke to font in home page header image

Discussion in 'Foogo Pro WordPress Theme' started by v4sb, Aug 10, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    Is there a way to add stroke or shadow to the font that pop ups over the home page image? Such as white font with a black stroke? I need it to be easier to read and I think a stroke around the letters may help.
     
  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there.

    Code:
    .fbtn.top-button {
        text-shadow: 2px 2px #000000;
    }
    Hope this will resolve your issue.

    Do let me know if you need more assistance,

    I would be glad to assist you further,
     

Share This Page