Tagged: x
-
AuthorPosts
-
June 22, 2016 at 7:02 pm #1055283
chrispaynterdeependParticipantHi, I want to change the font for the text below the counter. Could you please advise how I can do this?
June 22, 2016 at 11:07 pm #1055716
Prasant RaiModeratorHello 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.
Thanks.
June 23, 2016 at 8:35 pm #1057347
chrispaynterdeependParticipantThis reply has been marked as private.June 23, 2016 at 11:33 pm #1057569
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.x-counter .text-below { font-size: 14px !important; text-transform: capitalize !important; }Note:
text-transform: capitalize !important;optional if you want to transforms the first character of each word to uppercaseThanks.
June 24, 2016 at 12:17 am #1057601
chrispaynterdeependParticipantThanks. What about changing the actual font itself? It is not assuming the font settings for body text or headings?
Note on the link I included the counter font is different to the rest of the website.
June 24, 2016 at 12:50 am #1057634
RupokMemberHi there,
Thanks for updating. The below CSS are added in theme to control the font of those texts :
.x-counter .text-above, .x-counter .text-below { display: block; letter-spacing: 0.125em; line-height: 1.5; text-transform: uppercase; }And font size will be inherited from body/parent element. But you have the following CSS in Customizer :
.entry-header, .entry-content { font-size: 16px; }So it’s currently inheriting this. It would be better if you set font-size directly to this if you want to amend.
Hope this makes sense.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1055283 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
