The photo I imported for my theme background is all faded
-
I have a great image of sunset behind the Tetons I have imported for my intergalactic theme background. When it displays it is all faded. Can I fix this?
The blog I need help with is: (visible only to logged in users)
-
This relates to the opacity setting that your theme is using.
You can disable it by adding the following CSS code to your site:
/* Set header image opacity */ .header-background { opacity: 1; }If you just want to turn it down a little, try using a value of 0.8, instead of 1.
To learn more about how CSS editing works at WordPress.com, see these helpful pages:
http://en.support.wordpress.com/custom-design/css-basics/
https://cssworkshop.wordpress.com/
If you have additional customization questions, please try posting to our CSS Customization forum:
https://en.forums.wordpress.com/forum/css-customization
When you create a CSS-related help request, please make sure to select or link to the WordPress.com site you’re working on and include a clear description of the change you’re trying to make.
Let us know if you have any more questions.
- The topic ‘The photo I imported for my theme background is all faded’ is closed to new replies.