Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #881891
    c1s
    Participant

    Hi,

    i’d like to customize the text size and color in the grid item.
    In the moment, the text (headline + text of excerpt) is grey and relatively small, so i need to make it a little bit bigger and make it black.

    How is it possible to achieve that?

    Thanks for your help

    #881893
    c1s
    Participant
    This reply has been marked as private.
    #882616
    Jack
    Keymaster

    Hi there @c1s,

    Thanks for writing in.

    For the Grid item title, you can use the following CSS:

    h2.tg-item-title {
    	font-size: 12px;
    	color: #ffffff;
    }

    For the Grid item excerpt you can use:

    p.tg-item-excerpt {
    	font-size: 10px;
    	color: #ffffff;
    }
    
    

    You can add this code via your wp-admin > appearance > customize > custom CSS.

    Just change the font values and color values as needed 🙂

    Thank you!

    #1037389
    c1s
    Participant

    Hi there,

    i tried this but the excerpt and the title size don’t change. Tried to add “!important”, too.

    Thanks again

    #1037433
    Thai
    Moderator

    Hi There,

    Please try with this CSS:

    .tg-item-title a {
    	font-size: 20px !important;
    	color: #7b7658 !important;
    }
    .tg-item-excerpt {
        font-size: 18px !important;
        color: #7b7658 !important;
    }

    Hope it helps 🙂

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