Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1288391
    Bark201
    Participant

    I already asked for a CSS to reduce to posts’ titles in the categories list, which worked fine. I would also like to reduce the size of the post’s titles inside the post for mobile phones only. Please help.

    #1288398
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    @media (max-width: 480px){
        .single-post h1.entry-title {
            font-size: 24px;
        }
    }

    Hope it helps 🙂

    #1288406
    Bark201
    Participant

    That did it, thank you.

    #1288533
    Rue Nel
    Moderator

    You’re welcome!
    Thanks for letting us know that it has worked for you.

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