How can I achieve a similar effect using the pro header?
The header is transparent and after scrolling its changes its color to white
How can I achieve a similar effect using the pro header?
The header is transparent and after scrolling its changes its color to white
Hi There,
Please set the background of your bar to transparent first.
After that add the my-bar class to your bar.
Then add the following CSS under Theme Options > CSS:
.my-bar.x-bar-fixed {
background-color: #fff !important;
}
Hope it helps 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.