Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1020210
    kisschicken
    Participant

    Is there a way to add custom CSS to a specific blog post or create unique CSS that is limited to just blog posts?

    #1020449
    Rupok
    Member

    Hi there,

    Thanks for writing in! Yes you can use the associated post ID. Example :

    .single-post.postid-1135 .entry-title {
      font-size: 200%;
    }

    .postid-1135 is unique here for the posts.

    Locate post ID : https://theme.co/community/kb/how-to-locate-post-ids/

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1020210 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>