Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1041835
    ursaminor
    Participant

    Hello

    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!

    #1041840
    ursaminor
    Participant
    This reply has been marked as private.
    #1042601
    Nico
    Moderator

    Hi 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.

    #1043437
    ursaminor
    Participant

    Excellent. That worked.

    Thank you!

    #1043668
    Joao
    Moderator

    Great to hear it.

    Let us know if you need help with anything else.

    Joao

  • <script> jQuery(function($){ $("#no-reply-1041835 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>