How to make the date backgound transparent by 20%
-
Hi what is the CSS
How to make the date background transparent by 20% (see example pic)
and the tags background also at 20 to 40%
2. If i run regenerate thumbnails, where do i set the correct size for the theme and will it only affect the featured image and the related post images?
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide your site admin access.
Best Regards
Hello,
Please provide admin login URL, login and pass in the private area.
Best Regards
Hello,
In order to make post date 20% transparent add this CSS to Theme Settings > Custom CSS.
.blog-post-loop .post-date {
background-color: rgba(255,255,255,0.2);
color:red;
}
Changing 0.2 you will get more or less transparent background. When you set the background you may require to change the date color to make it visible, replace red with the color you need or remove this line.
2. I cannot find tags on your posts please send the screenshot.
3. It depends on plugin configuration which you are going to apply.
Best Regards
that’s great, thanks
CAn you help with the same thing but for the categories. 40% transparency
Thanks
Hi,
Please, send us a screenshot what exactly do you want to change on categories?
The topic ‘How to make the date backgound transparent by 20%’ is closed to new replies.