BuddyBoss Home – Web Support Forums Themes Boss. theme h1.main-title format interferes

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #54878
    @abstractus

    Hi, I’ve set all “Typography” settings to “Lato” font, but on the group homes, the group names are still displayed in Source Sans Pro, which is rather irritating.

    It looks like the h1.main-title class from main-global.css is overruling the Typography settings…

    How can I get rid of this bug and have the Typography font settings governing the *whole* site? (and in a way it is not overthrown by the next theme update)

    Thank you!

    Answers

    #54924

    Anonymous
    @

    Hi @abstractus, Please add this css in your child theme’s custom css option

    
    #item-header-content h1, h1.main-title {
        font-family: Lato !important;
    }
    

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘h1.main-title format interferes’ is closed to new replies.