This topic has 4 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
How can I change the width of my blog posts to something a bit smaller. I don’t want them to be full width, but want them to be a specific width.
How can I change the color of lists? Not sure what the CSS would be for this. M<y lists are currently showing in gray and I want them to be the same color as the entire blog post. See link in private content for blog post example.
Hello,
1. Please provide a screenshot for better understanding.
2. Please add this code in Theme Options > Custom css:
.blog-post .content-article li {
color: #000000;
}
Regards
Thanks. Figured out the width issue and the CSS you provided for the list works perfectly. My photos on blog posts are not centering, even though I have them aligned to center. How can I fix this?
You’re welcome!
Please provide a screenshot of the problem. On first sight all looks great http://prntscr.com/j9szc5 https://prnt.sc/j9syyh
Regards
You must be logged in to reply to this topic.Log in/Sign up