Hi
Plz share your website URL
Thanks.
Thread Starter
RoLike
(@rolike)
Hello,
It’s a new personal blog and I am checking to find out what theme looks better, that is why I didn’t shared the URL.
But it’s http://www.rolike.com
Thanks!
Hi
For this use below code in custom css Filed
Chnage service Description Color
.service-area p
{
color: #727272 !important;
}
Change single post Color
.blog-post-title-wrapper p
{
color:#fff !important;
}
Home Blog Description Color
.home-blog-description p
{
color:#fff !important;
}
then save and check your website.
Any confusion let me know
Thanks.
Thread Starter
RoLike
(@rolike)
Hello,
Where is the custom css Filed?
I have a plugin installed called Simple Custom CSS but after adding these codes in the plugin I see no difference (only the text color has changed in white)
Thank you so much for your help!
Diana
Thread Starter
RoLike
(@rolike)
Maybe my english is not that great.
I want to change the entire post background color. From that dark gray to white.
Thanks!
Hi
Find Custom css Follow Below Path
Theme Dashboard >> appearance >> customize >> home page >> quick start>> custom css Filed
If you change post background color use below code in custom css Filed
.blog-detail-section
{
background-color: #fff !important;
}
Change post background text color use below code
.blog-post-title-wrapper p
{
color:#2a2c33 !important
}
.blog-post-title-wrapper h2 a, .blog-post-title-wrapper-full h2 a
{
color:#2a2c33 !important
}
Then save and check your website.
Hi
If you happy with this theme and support plz review refer below link
https://ww.wp.xz.cn/support/view/theme-reviews/wallstreet#postform
Close This Ticket..
Thanks.