Hi,
Please use below CSS Rules into Custom CSS Editor:
.hm_blog_list .blog_grid_con .meta, .post_title_con .meta {
display: none;
}
Save the changes.
And for you second issue please visit this URL
Here you can see list of icons.
Hope it will help you.
Thank You
It works to posts on posts pages, but did not leave the summary of “recent posts” of the home page. how to remove the “summary of posts” of the home?
I found the answer in support itself!
.page .meta {display: none;}
It worked! thank you
I have a new question! in service options on the home page. There is a place to click and direct a current symbol of + with circle, you can change the color of the field? It is very confusing to find!
Hi,
Put below CSS rules into Custom CSS Editor:
.icon_boxes_con.style1 .service_box .ser-box-link {
border-color: #1ccdca;
}
.icon_boxes_con.style1 .service_box .ser-box-link > span, .icon_boxes_con.style1 .service_box .ser-box-link>span:after {
background: #1ccdca;
}
Save the changes.
Thank You