Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1293435
    Abd Ur Rehman
    Participant

    Hello,

    I have couple of questions!

    How can change meta info into small case? Because author name cat + tag are also showing in capital letters. see here; https://puu.sh/sPKMt/5cf70b6138.png

    How can I change size of blog post title? Also how can I reduce space between posts on post page because there’s an extra space see here: https://puu.sh/sPKWk/88015cf911.png

    I look forward for your reply!

    Regards,
    MAN

    #1293737
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    1) Please use following CSS under Custom > CSS in the Customizer to transform meta text into lowercase:

    p.p-meta {
        text-transform: lowercase !important;
    }

    2) You can add this under Custom > CSS in the Customizer to change size of blog post title and space:

    .entry-wrap {
        padding: 30px !important;
    }
    
    h2.entry-title {
        font-size: 150% !important;
    }

    Thanks.

    #1294961
    Abd Ur Rehman
    Participant
    This reply has been marked as private.
    #1295178
    Friech
    Moderator

    Hi There,

    You can click that little x button on the right side to dismiss the notice.

    Thanks.

    #1296109
    Abd Ur Rehman
    Participant
    This reply has been marked as private.
    #1296114
    Jade
    Moderator

    Hi there,

    Please try this: https://wordpress.org/plugins/hide-plugin-updates-notifications/

    Hope this helps.

    #1298650
    Abd Ur Rehman
    Participant
    This reply has been marked as private.
    #1298720
    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    .blog .hentry {
        margin-top: 1.4em;
    }
    

    Hope that helps.

    #1299847
    Abd Ur Rehman
    Participant
    This reply has been marked as private.
    #1299882
    Abd Ur Rehman
    Participant
    This reply has been marked as private.
    #1300178
    Christopher
    Moderator

    Glad to hear that you were able to fix this.

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