Tagged: x
-
AuthorPosts
-
April 14, 2016 at 5:00 am #881891
c1sParticipantHi,
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
April 14, 2016 at 5:01 am #881893
c1sParticipantThis reply has been marked as private.April 14, 2016 at 11:40 am #882616
JackKeymasterHi 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!
June 11, 2016 at 10:26 am #1037389
c1sParticipantHi there,
i tried this but the excerpt and the title size don’t change. Tried to add “!important”, too.
Thanks again
June 11, 2016 at 11:16 am #1037433
ThaiModeratorHi 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 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-881891 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
