Home › Forums › WoodMart support forum › Setting up a blog
Setting up a blog
- This topic has 7 replies, 2 voices, and was last updated 3 years, 8 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
April 6, 2021 at 7:19 am #279184
ipixParticipant1) I have disabled comments on blog entries. But in the “Recent entries” widget there was an inscription “no comments”. How to remove it?
2) On the blog post list page, I need to edit the colors of the title and short description of the blog post and the background under the blog post picture. How to do it? thanks
Screenshots in attachmentApril 6, 2021 at 11:17 am #279268
Aizaz Imtiaz AwanKeymasterHello,
1. You can hide it from Appearance >> Widgets >> Main widget Area Sidebar >> Edit the Woodmart Recent post widget >> and uncheck this option: https://ibb.co/2kMshRd
2. You have to use the custom CSS code to change the text color, font, and other styles for the blog grid.
Best Regards.
April 6, 2021 at 6:02 pm #279393
ipixParticipant“2. You have to use the custom CSS code to change the text color, font, and other styles for the blog grid.”
I understand, but which style should I change?
April 7, 2021 at 6:26 am #279455
Aizaz Imtiaz AwanKeymasterHello,
As I mentioned in my previous reply you need to use Custom CSS code to change the text color, font, and other styles for the blog grid.
If you are unable then elaborate with the help of some relevant screenshots with the URL of the page which colors you are trying to change so then I can provide you with Custom CSS for that.
Regards.
Xtemos StudiosApril 9, 2021 at 3:55 pm #280927
ipixParticipantI need to change the colors of the blog title and description.
Links in the attachment.April 10, 2021 at 6:58 am #281106
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshot you attached.
Please try adding the following Custom CSS for that.
.blog-post-loop .post-title a { color: black; } .entry-content.wd-entry-content.woodmart-entry-content { color: black; }
Regards.
Xtemos StudiosApril 13, 2021 at 4:59 pm #282454
ipixParticipantThank you.
How do I change the background of my blog description? How to change the background of the label of the blog release date?April 14, 2021 at 6:54 am #282626
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshot you attached.
Please try adding the following Custom CSS for that.
.blog-design-masonry.blog-style-shadow .article-body-container { background-color: green; } .blog-design-masonry .wd-post-date { background-color: green; }
Regards.
Xtemos Studios -
AuthorPosts
- You must be logged in to create new topics. Login / Register