This topic has 18 replies, 3 voices, and was last updated 5 years, 3 months ago ago by Rose Tyler
How can I change the format of blog tags?
thank you
Hello,
Please describe the desired result in more details.
Regards
On the blog page, in each post, a black category label. This is what I want to change.
Thank you
You need to use custom CSS code (Theme Options > Custom CSS).
Regards
Please, can you explain a little more detailed. Sorry I’m new to this and I find it very difficult.
Thanks for the support
The code depends on what you want to achieve, for example, adding this code
.blog-post .post-categories {
background-color: green;
color: black;
}
.blog-post .post-categories a {
color: black;
font-size: 30px;
}
will give – http://prntscr.com/oqfx0z
We can help you with the custom css code, just describe what exactly do you want to change (font-size, border, background?).
https://www.w3schools.com/css/
Regards
Gray – black
But it’s not working ….
.blog-post.post-categories{background-color:gray;color:black;}
.blog-post.post-categories a{color:black;font-size:30px;}
Theme Options > Custom CSS > http://prntscr.com/oqgckw
Regards
Gray – black
But it’s not working ….
.blog-post.post-categories{background-color:gray;color:black;}
.blog-post.post-categories a{color:black;font-size:30px;}
Hello,
Do you use cache plugin or CDN? Have you cleared the plugin/CDN cache?
Regards
I put it as is, in the window
Global Custom CSS
cleared cache
Please provide URL and temporary wp-admin access http://prntscr.com/oqhgm2 , so we can take a closer look at your site.
Regards
Private
Please set the administrator role for the user.
Regards
Sorry ..
You already have it changed
Please check now http://prntscr.com/oql5td > http://prntscr.com/oql5vz
Edit the code according to your needs.
Read more – https://www.w3schools.com/css/css_font.asp https://www.w3schools.com/css/css_background.asp
Regards
Perfect !!
Thank you.
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up