Tagged: ,

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

    #57461
    @thisisfaiziyahoo-com

    Hi I would like to increase the body font everywhere – pages, posts, comments, activities, groups, profile. I would like to increase it in both desktop as well as mobile.

    I tried changing the body font size the boss theme GUI; and also I have tried to edit the css files in CSS folder Boss theme, but I don’t seem to be having much effect. been trying for a long time so I will appreciate your help!

    thank you!

    Answers

    #57574
    @thisisfaiziyahoo-com

    Hi This one is important… could you please advise?

    thank you!

    #57598

    Anonymous
    @

    Hi @thisisfaiziyahoo-com, Add these codes in your Boss theme’s custom css option:

    
    .entry-content p, .mu_register p {
        font-size: 16px;
    }
    #buddypress .activity-list li .activity-content {
        font-size: 16px !important;
    }
    body.left-menu-open #nav-menu>ul>li>a, body.left-menu-open .menu-panel .menupop>a {
        font-size: 16px !important;
    }
    .bbp-forum-details .bbp-forum-data .last-activity, .bbp-topic-details .bbp-forum-data .last-activity {
        font-size: 16px !important;
    }
    #bbpress-forums fieldset.bbp-form label {
        font-size: 16px !important;
    }
    #buddypress table tr td.label {
        font-size: 16px !important;
    }
    a {
        font-size: 16px !important;
    }
    .group-single #buddypress #item-header-cover #item-actions h3, .left-menu-open .group-single #buddypress #item-header-cover #item-actions h3, .comments-area article header cite a, #groups-stream li .item-desc p, #groups-list li .item-desc p, .directory.groups #item-statistics .numbers span p, .entry-title a, .entry-title, .widget_buddyboss_recent_post h3 a, h1, h2, h3, h4, h5, h6 {
        font-size: 16px !important;
    }
    #buddypress form#whats-new-form p.activity-greeting {
        font-size: 16px !important;
    }
    

    Regards

    #63949
    @crowdsparks

    I also having problem with font. When I go to blog page my main menu becomes bold font, when I go to other pages it goes back to normal.

    #64196
    @anve

    Hi @crowdsparks,

    Try adding following css in custom css option of child theme.

    
    .blog {
      font-family: inherit!important;
    }
    

    Regards
    Anve

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘font size’ is closed to new replies.