Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #334121
    Glen Pavelich
    Participant

    How can I disable the larger size font in section titles etc.

    I’d like to disable  .title-two across the board because I am having to struggle to get the media queries all set to give it the size consistent with the rest of each title.

    Thanks

    #334132
    minal
    Keymaster

    Hello Glen

    You don’t have to disable .title-two instead of that to get consistent add this one line of code
    and remove the font size given to that .title two

    .section-title .title-two {
    	font-weight: inherit;
    }

    To add this CSS snippet go to Dashboard > Appearance > Customizer > Additional CSS

    Hope it works for you,
    Sincerely,
    Minal

    • This reply was modified 1 month ago by minal.
    • This reply was modified 1 month ago by minal.
    • This reply was modified 1 month ago by Sakin.
    #334145
    Glen Pavelich
    Participant

    Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.