Edit homepage overlay color

Discussion in 'Foogo Pro WordPress Theme' started by hitechpanda, Nov 24, 2015.

  1. hitechpanda

    hitechpanda Member

    Joined:
    Aug 19, 2015
    Messages:
    36
    Likes Received:
    2
    Hi,

    I want to remove the overlay color on homepage but keep the overlay color for menu. How do I achieve this?

    I have added the following code and it removes the whole overlay color:
    #header .header-overlay {
    background-color: rgba(255, 255, 255, 0);
    }


    Thanks
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site with some edited screenshots so that we can assist you accordingly?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. hitechpanda

    hitechpanda Member

    Joined:
    Aug 19, 2015
    Messages:
    36
    Likes Received:
    2
    Hi Priya,

    I attached the site name and a screenshot link on txt file. Not sure how to add private section here.

    Thanks
     

    Attached Files:

  4. priya

    priya Guest

    Hello,

    As I guess from your above words and screenshot, perhaps you want to change the color of your top header section..

    So if I am not wrong with your issue, you just need to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .top-header {
        background: brown !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page