BuddyBoss Home – Web Support Forums Themes Boss. theme Blog Page Title typesetting

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

    #57013
    @france

    Hello,

    I think I mixed up two topics previously with one of my replies and therefore this one is still not resolved for me :

    I noticed that, after changing the typesetting of the style that is used for the page titles (in the Boss Theme / Typography section of the admin) the typesetting for the main blog page title is not changing along. (see two snapshots included)

    Is there a way to control this ?

    see : http://societev.com/blog/

    Answers

    #57015
    @france

    Here is how the titles of the other pages look like

    #57408

    Anonymous
    @

    Hi @france, Please add this css code inside your theme’s custom CSS option.

    
    h1.main-title {
        font-weight: normal !normal;
    }
    

    Regards

    #57551
    @france

    Thank you,
    I just tried your suggestion but it did not work.
    All the other pages I created are ok (their title is showing the correct font & size).

    It’s just the title of the Blog page that is different and is not showing the same font & size
    (the titles of the posts are ok, but not the main title on the page).

    Was I suppose to add the css code as is or change something inside ?
    (I’m a novice, as you can see)

    Will be waiting for your help with this…

    #57594

    Anonymous
    @

    Hi @france, Please provide your website login credentials at [email protected] with the tread url I will check that.

    Regards

    #57944
    @france

    Hello Pallavi,
    Sorry for the delay,

    I just sent the info via email.
    Will be waiting for your reply on this…

    #57964

    Anonymous
    @

    Hi @france, You need to add the following css in custom stylesheet in child theme.

    
    .blog h1.main-title {
      font-family: Courier,monospace !important;
      font-weight: normal !important;
    }
    

    Regards

    #57990
    @france

    Great ! it works !
    Hourra
    Thank you so much 🙂

    #58019

    Anonymous
    @

    Anytime 🙂

Viewing 9 posts - 1 through 9 (of 9 total)
  • The question ‘Blog Page Title typesetting’ is closed to new replies.