I don't want a color overlay on home page 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
    I do not want the color overlay on my home page image and header?
     
  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:
    #header .header-overlay {
        background-color: rgba(255, 255, 255, 0);
    }


    Hope this will resolve your issue.

    Do let me know if you need more assistance,

    I would be glad to assist you further,
     
    scarn8881 likes this.

Share This Page