Tagged: x
-
AuthorPosts
-
June 14, 2016 at 1:08 pm #1041835
ursaminorParticipantHello
I’m sorry I was unable to find the answer in the forum. I am struggling to figure out the best way to simply modify the text style. I don’t want to make unnecessary clutter in my Custom CSS and I don’t want to always separately define the styles for each individual section and page.
Can you please help me understand the proper way to globally change the text style (font size, color, etc.) for body text everywhere on all pages?
I tried adding this to Customize > Custom CSS:
.body .x-text p{
color: red;
}But it had no effect.
Thank you!
June 14, 2016 at 1:11 pm #1041840
ursaminorParticipantThis reply has been marked as private.June 14, 2016 at 10:47 pm #1042601
NicoModeratorHi There,
Thanks for writing in.
To modify text of the content globally Customizer > Typography.
To modify text for a specific page, use custom CSS:
for example the about page:
body.page-id-9 { color:#fff; font-family: "Oxygen",sans-serif; //CSS changes }Hope it helps.
Let us know how it goes.
Thanks.
June 15, 2016 at 10:32 am #1043437
ursaminorParticipantExcellent. That worked.
Thank you!
June 15, 2016 at 1:01 pm #1043668
JoaoModeratorGreat to hear it.
Let us know if you need help with anything else.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1041835 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
