h2 and h3 size bigger than set in customizer (unit pages)

Home Forums Legacy Support Support queries Styling issues h2 and h3 size bigger than set in customizer (unit pages)

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #330733
    shakdHSAF
    Participant
    Hello, I use WPLMS 4 and in "unit pages" h2 and h3 sizes are bigger than set in customizer "typography". Can you give me css for changing the size so it fits in my overall layout? Thanks
    #330770
    Ada
    Participant
    Sure, I'll shsre css with you but please share URL of the page where you want apply this css.
    #330907
    shakdHSAF
    Participant
    This reply has been marked as private.
    #330918
    shakdHSAF
    Participant
    This reply has been marked as private.
    #330936
    shakdHSAF
    Participant
    Hi, to login in WordPress pls use the form which appears at the start page in content area: https://www.community.shantipreneur.com. Pls do not use VibeBP.
    #330962
    shakdHSAF
    Participant
    This reply has been marked as private.
    #331097
    Diana
    Participant
    For single unit typography, please use this css and add in wp-admin > appearance > customizer > custom css
    
    .single-unit h1 {
        font-size:20px !important;
    }
    .single-unit h2 {
        font-size:10px !important;
    }
    
    You can change the font size according to your own requirement
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘h2 and h3 size bigger than set in customizer (unit pages)’ is closed to new replies.