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

Home Forums Support [Resolved] Want this heading on sidebar widget titles, Related Posts, Comment Heading

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

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1427336
    Rohan Verma

    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;
    }
    
    #1427514
    David
    Staff
    Customer Support

    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;
    }
    #1428940
    Rohan Verma

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

    #1429044
    David
    Staff
    Customer Support

    Updated CSS above to include comments link.

    #1429312
    Rohan Verma

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

    #1429322
    David
    Staff
    Customer Support

    Oops missed that – updated above.

    #1431038
    Rohan Verma

    Thanks. You guys are awesome.

    #1431326
    David
    Staff
    Customer Support

    You’re welcome

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.