featured image area; change color/textsize
-
(Gazette Theme/ antoniacollages.com)
Hi,
The featured image is removed from my posts (with a css code), but now there is a black gradient background: I would like to change that into plain white. (the gradient only appears when viewed on a computer)If it’s changed into white would that also take care of the black “box” which becomes visible when the post is loading, or is that another matter?
I already changed the text into black, but can’t seem to find a way to make it smaller
Thanks!
The blog I need help with is: (visible only to logged in users)
-
-
-
-
The gradient is removed but the black “box” still becomes visible when a post is loading. Is that possible to remove with a css code?
-
I frankly don’t know how to do that. You can add the tag modlook to the right sidebar and have the support staff take a look.
-
-
-
What if you try adding this:
.post-thumbnail { background: #fff; }Does that give you the effect you are looking for?
-
On the black box before the posts load, try adding the following to your custom CSS.
.content-area .format-gallery .post-thumbnail::before, .content-area .format-image .post-thumbnail::before { background: rgba(0, 0, 0, 0); } -
-
- The topic ‘featured image area; change color/textsize’ is closed to new replies.