Site logo

Archived topic

Want this heading on sidebar widget titles, Related Posts, Comment Heading

7 replies · Started by Rohan Verma on September 2, 2020

Viewing posts 1–8 of 8

Hi. I want this title heading for sidebar widgets, Related Posts, Comment Heading.


.single .site-content h2,
.single .site-content h3,
.single .site-content h4 {
    text-align: center!important;
    background: #dbe3ee82!important;
    padding: 10px!important;
    border: 1px;
    color: #2018f7;
}

Hi there,

try this CSS:

h2.widget-title,
h3.comment-reply-title,
.wpsp-related-posts1 h2 {
    text-align: center!important;
    background: #dbe3ee82!important;
    padding: 10px!important;
    border: 1px;
    color: #2018f7;
}

Thanks. Everything is working but 'Leave a Comment' Title isn't showing the format.

Updated CSS above to include comments link.

Sorry to trouble you. Can you also add the same design for 'Related Posts' in single article?

Oops missed that - updated above.

Thanks. You guys are awesome.

You're welcome

This archived topic is closed to new replies.