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/
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
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.
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.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home #header_meta {
display: none;
}
Best regards,
Yigit
Yigit, you got it!
Thanks!
You can close this query