Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Theme Customizer › Cannot see my feature picture in a single post.
- This topic has 6 replies, 2 voices, and was last updated 4 years, 9 months ago by
Manathan.
-
AuthorPosts
-
@themodactyl
- 0 Topics
- 6758 Posts
Hi @2tara,
The color used in the page header is defined in the customizer. Your color doesn’t have opacity because you haven’t set it. On the attached screenshots, you can see where you can set the color.
I can see on your site that the opacity bar is missing in the customizer. You can set it manually by writing the rgba color code. My best guess concerning this missing opacity bar is that your issue might probably caused by some conflicting third party plugin or some extra code snippet as we don’t encounter this issue with our demos.
Could you deactivate all plugins that have not been installed with your theme during its setup and all existing custom PHP code snippets please?
Please also make sure that you have the latest theme version and that all recommended plugins are up-to-date. Finally, you could also consider clearing all activated caching system as well as your browser cache before investigating any further.
After that, please tell me if this issue still persists. We will see together how to solve this problem.
Thank you.
August 18, 2020 at 09:24 #16277meeeParticipant@2tara- 23 Topics
- 54 Posts
I used this css code and it worked. I don’t know why the opacity bar is missing. Oh Well…Thank you so much for your help.
add_action( ‘wp_head’, function () { ?>
<style>.grimlock-custom_header > .region__inner {
background-color: #202c3682 !important;
}</style>
<?php } );August 18, 2020 at 12:08 #16296 -
AuthorPosts
The topic ‘Cannot see my feature picture in a single post.’ is closed to new replies.