Tagged: x
-
AuthorPosts
-
June 17, 2016 at 2:14 pm #1047426
bedingfieldParticipantHi there,
I would like to make some changes to the CSS for individual blog post header entries: font, colour etc, to the H1 header and date/author and ‘post a comment’
What CSS controls this?
Thanks
June 17, 2016 at 3:11 pm #1047483
DarshanaModeratorHi there,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
June 17, 2016 at 4:01 pm #1047541
bedingfieldParticipantJune 17, 2016 at 9:21 pm #1047900
FriechModeratorHi There,
Thanks for the URL. You can add this under Custom > CSS in the Customizer.
body h1.entry-title, body h2.entry-title a { color: red; font-size: 24px; font-style: italic; font-weight: bold; } body p.p-meta { color: blue; font-size: 12px; font-style: oblique; font-weight: lighter; }Replace the values where you see it fits.
This code will affect both Blog posts index and individual posts, If you need this CSS code to only affect the Blog index page replace the
bodywith.blogOr If you need this CSS code to only affect the individual posts replace the
bodywith.single-postHope it helps, Cheers!
June 18, 2016 at 1:59 am #1048168
bedingfieldParticipantThank you for this. It works fine apart from font-size. Whatever font size I put in get ignored. Any ideas why?
Thank you.
June 18, 2016 at 2:03 am #1048172
LelyModeratorHi There,
You’re welcome! Please update to this:
body h1.entry-title, body h2.entry-title a { color: red; font-size: 24px !important; font-style: italic; font-weight: bold; } body p.p-meta { color: blue; font-size: 12px !important; font-style: oblique; font-weight: lighter; }Hope this helps.
June 18, 2016 at 2:04 am #1048173
bedingfieldParticipantIgnore that previous post. Think it was an old cache.
Thank you so much for your help.
June 18, 2016 at 2:06 am #1048176
LelyModeratorYou’re welcome!
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1047426 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
