PMPRO header text

Home Forums Legacy Support Support queries Styling issues PMPRO header text

  • This topic has 7 replies, 2 voices, and was last updated 3 years ago by Ada.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #352865
    Renier1982
    Participant
    Hi Please assist, This text is suppose to be smaller https://imgur.com/hDjnD74 Is there CSS that can change that to be smaller and italic? Regards
    #352994
    Ada
    Participant
    Hi, please share the page URL so that I can share custom css code.
    #353031
    Renier1982
    Participant
    This reply has been marked as private.
    #353032
    Ada
    Participant
    Hi, You can use this css code in appearance>>customize>>custom css
    
    .pmpro-checkout #pmpro_user_fields span.pmpro_checkout-h3-msg {
        font-size:15px !important;
        font-style:italic !important;
    }
    
    #353033
    Renier1982
    Participant
    Hi It worked on the account information but not on the membership and payment part. https://imgur.com/PJSOc5R https://imgur.com/M6I7OgJ Regards
    #353048
    Ada
    Participant
    Hi, Then please replace the previous code with this one.
    
    .pmpro-checkout span.pmpro_checkout-h3-msg {
        font-size:15px !important;
        font-style:italic !important;
    }
    
    #353088
    Renier1982
    Participant
    Perfect, that worked 100% You can close the ticket, thnx for the quick response. Regards
    #353221
    Ada
    Participant
    Thank-you for confirming. Closing this topic.
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘PMPRO header text’ is closed to new replies.