This topic has 1 reply, 2 voices, and was last updated 12 years, 3 months ago by Fem.
Tagged: background color, fixed header
Viewing 2 posts - 1 through 2 (of 2 total)
Hi there,
I am unable to change color from the theme options for fixed header. I save the custom color, however no changes take effect. I made changes directly to the CSS file and it works… however it loses the transparency effect while scrolling.
How can I have the same transparency effect like how we get with the default fixed header colors?
Thanks
Go to theme options panel and in the custom css section under styling you can add the following code to make that transparency with the following background property as shown. Check in the below code where 0.95 is the opacity.
.fixed-header {
background-color: rgba(255, 255, 255, 0.95);
}
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.