Tagged: x
-
AuthorPosts
-
January 30, 2017 at 11:59 am #1351113
Loren NParticipantI’ve trawled the forum but nothing I’ve found seems to work.
1. On the main blog page, I want the post titles to be bigger.
http://startingconversations.co.uk/blog/2. On blog posts themselves, I want to change the size of the H2, H3 tags and I want to change the normal paragraph size (bit bigger).
3. Lastly, and again, on blog posts only, I want to be able to style the block quote. I’d like less padding/margin, to add a background colour and to alter the font family and size.
Can you help?
Thanks.
January 30, 2017 at 2:37 pm #1351326
JoaoModeratorHi There,
1- Please add the following codes to Appereance > Customizer > Custom > CSS
.entry-title { font-size: 220%; }2-
.single.single-post h2, single single-post .h2, single single-post h3, single single-post .h3 { font-size: 14px; }3-
blockquote h4 { margin: 0; } blockquote { background: red; }Hope it helps
Joao
February 3, 2017 at 7:04 am #1356680
Loren NParticipantHi,
That worked, although for no. 3, I want to change the block quote in the blog only (I’m still using it elsewhere).February 3, 2017 at 9:44 am #1356835
JoaoModeratorHI There,
Please use this code instead:
.blog blockquote h4 { margin: 0; } .blog blockquote { background: red; }Hope it helps
Joao
February 8, 2017 at 7:37 am #1362741
Loren NParticipantHi,
That hasn’t worked. Nothing is happening now – not to any block quote?
Also, can you advise how I can make the body copy of a blog post a bit bigger.
Thanks
February 8, 2017 at 9:07 am #1362885
RupokMemberHi there,
Thanks for writing back. The code is for blog page but as you are referring single blog posts, you can use this code instead :
.single-post blockquote { background: red; color: #fff; font-family: "Lato", sans-serif; } .single-post blockquote p { margin: 0; }And for blog post boy copy, use this :
.single-post .entry-content.content { font-size: 16px; }Cheers!
February 8, 2017 at 10:09 am #1362983
Loren NParticipantAwesome! All sorted. Thank you!:-)
February 8, 2017 at 10:30 am #1363021
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1351113 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
