Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #518281

    In the Advanced Styling I had styled the small bar above menu to have a specific background color. On my home page I am using the Transparent & Glossy header which does not show that background. My other pagers are using the standard header so they are fine. Any suggestions on how to get some solid color behind that phone number etc on the homepage?
    http://cttdev2.cagraphicdesign.biz/

    #518322

    Hi cagraphicdesign!

    Add this to your custom CSS.

    #header_main .widget {
        background: rgba(0,0,0,0.4);
    }

    If that’s not what your trying to do then take a screenshot and highlight your intentions so we can get a better idea.

    Regards,
    Elliott

    #518412

    No, I was referring to the optional top bar where one can add social icons or phone number. You can see it here as a red bar:
    http://cttdev2.cagraphicdesign.biz/a-typical-day-at-camp/

    But on the transparent glassy header page it has no background:
    http://cttdev2.cagraphicdesign.biz/
    PS. I don’t know how to upload a screenshot to you.

    #518470

    I have a better idea… Is there a way to have the top bar NOT show up on the home page but remain on the other pages…We really don’t need it on the home page but would like it on the other pages we plan to add which use the standard header.

    #518791

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .home #header_meta {
        display: none;
    }

    Best regards,
    Yigit

    #518861

    Yigit, you got it!
    Thanks!
    You can close this query

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Transparent & glossy header- small bar above main menu’ is closed to new replies.