Tagged: x
-
AuthorPosts
-
April 17, 2016 at 3:16 pm #887100
tomfutago@gmail.comParticipantIs it possible to change size/font of the tags in Integrity stack using custom css?
Similar question about blockquote – I’d like to change font size. Could you let me know how to do it in custom css?April 18, 2016 at 1:15 am #887576
Rue NelModeratorHello There,
Thanks for writing in!
To change size/font of the tags in Integrity stack, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.entry-footer a { font-size: 10px; color: #000; text-transform: none; }To change the blockquote, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-blockquote { font-size: 20px; color: #000; font-weight: 200; }Hope this would work out for you.
April 19, 2016 at 9:52 am #890173
tomfutago@gmail.comParticipantThanks Rue.
.entry-footer worked like a charm, but no luck with .x-blockquote, which I changed as per below, but I can’t see any difference whatsoever:
.x-blockquote {
font-size: 15px;
color: #000;
font-weight: 150;
}Example: http://www.tomaszpiotrowski.com/weekly-inspiration-2/
Any ideas?
April 19, 2016 at 4:03 pm #890792
JadeModeratorHi Tom,
Please try this:
blockquote { font-size: 15px; color: #000; font-weight: 150; }Hope this helps.
April 20, 2016 at 4:24 am #891472
tomfutago@gmail.comParticipantIt worked. Thanks Jade!
April 20, 2016 at 10:36 am #892012
RupokMemberYou are welcome Tom!
Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Thanks for using X.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-887100 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
