-
AuthorPosts
-
July 28th, 2021 at 04:42 #120139
hi, i wanted to know if there was a way to change to opacity of the primary color on the content. it can be changed on the header, but i can’t seem to find a way to do it on the content. please help.
July 30th, 2021 at 21:47 #120270ZedCryout Creations mastermindHi,
The theme has multiple text and color background options. I’m not sure which specific elements you’re referring to to figure out which options apply to them. Would it be possible to include a screenshot or a link to the site?
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.August 4th, 2021 at 04:06 #120389i can’t give you the link because we are not live yet. and i can’t seem to drop a screen shot here. do you have an email i can send you the screen shots?
- This reply was modified 3 years ago by phoenixchar.
- This reply was modified 3 years ago by phoenixchar.
August 17th, 2021 at 16:54 #120728ZedCryout Creations mastermindYou can upload a screenshot to your preferred image hosting service and include a link to it here.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.August 20th, 2021 at 03:29 #120811the website is live now, I’d appreciate it if you had a look. There is a green hue on the content pictures, when the mouse hovers over them it clears. I would like them clear all the time
Website: krausnickadventures.com
August 20th, 2021 at 03:36 #120812its all fixed now. thank you. i used the code that brithu provided.
.post-thumbnail-container .featured-image-overlay::before {
opacity: 0;
}May 7th, 2023 at 11:22 #138962I also have the same concern that the hue changes when i hover the mouse over it. i want the images to always be displayed without the filter.
Your tip has not changed anything for me so far.
Have you changed anything else?.post-thumbnail-container .featured-image-overlay::after {
opacity: 0;
}.post-thumbnail-container:hover .featured-image-overlay:before {
opacity: 0;
}.post-thumbnail-container:hover .featured-image-overlay:after {
opacity: 0;
}Website: www.tvbuehler.ch
May 7th, 2023 at 11:31 #138963Oh sorry. i was too early with my question. have now found the solution myself.
If someone else has the same goal.
The code:
.post-thumbnail-container .featured-image-overlay::before {
opacity: 0;
}I have entered in the ccs editor
June 27th, 2023 at 19:30 #140069sorry, I entered the following code in the CSS and the overlay is still there. Is there anything else I need to consider?
.post-thumbnail-container .featured-image-overlay::before {
opacity: 0;
}Website: www.cantemus-rheingau.de
June 27th, 2023 at 21:11 #140073but i mean the overlay above the post image that is always displayed on top of a static page
-
AuthorPosts
You need to log in to reply to this topic.