Changing Colour Options
- The topic ‘Changing Colour Options’ is closed to new replies.
Need help? Check out our Support site, then
What css code can I use to change the grey transparency to an alternative color transparency in the feature box on every page?
The theme does not allow you to change it through the standard colour customization.
Thanks
The blog I need help with is: (visible only to logged in users)
Hi,
That’s a transparent image. What you can do is create your own transparent image, a small one lets say 5×5 px, upload it to the media manager and get the url of the uploaded image.
In the css add this
#overlay {background: url(here goes the url of the image;}
Edy