... and while at it, I'm also trying to figure how to make the little triangle transparent (ideal) or any other color than white. I've only figure how to get rid of it (which is a good start, but not great).
Thank you! This worked. Sorry, I should have been cleared. I use the BeTheme Space theme and many of the picture show up with a white triangle in the top right corner. Easier to see here: https://w9.tiger-technology.com/solutions/
I'd like to make this triangle blend in my background; either with transparency or with a color I can set.
Thank you for your response. As indicated above, I already know how to remove them. What I was interested in, was how to change the color. Is this possible?
.image_frame .image_wrapper::after { border-color: transparent red transparent transparent !important; }
Just change the red to another color. You cannot change the color or size. You would have to use custom CSS and use an image instead. Read this to change it: https://www.w3schools.com/cssref/pr_list-style.asp
Comments
to change Accordion's heading text color, please use:
use this css
You cannot change the color or size. You would have to use custom CSS and use an image instead.
Read this to change it:
https://www.w3schools.com/cssref/pr_list-style.asp