Search Divi Blog Extras Documentation

Search for answers or browse our knowledge base.

Table of Contents
< All Topics
Print

How can hide the vertical pipe in the post meta of the Divi Blog Extras full-width layout?

Please add the following CSS in Divi Theme Options to hide the vertical pipe and to display other meta elements like comments and read time.

.et_pb_blog_extras .et_pb_post_extra .post-content .post-meta {
    color: transparent;
}

.et_pb_blog_extras .et_pb_post_extra .read-time{
	color: #666;
}

.et_pb_blog_extras .et_pb_post_extra .comments{
	color: #666;
}

Output: