BuddyBoss Home – Web Support Forums Themes OneSocial theme increasing heading size in one social

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

    #69013
    @derekk2110

    Is it possible to increase the heading size in one social? Just the top bar with CSS?

    Answers

    #69016
    @anve

    Hi @derekk2110,

    Please attach a screenshot of the heading section you want css for .

    Regards
    Anve

    #69029
    @derekk2110

    the top header bar, changing the font, the font size and the header size, is that possible?

    #69105
    @anve

    Hi @derekk2110,

    Sorry derek but to increase header size certainly requires a lot of custom css code , because this needs to work on almost each and every element and increase its height in some way. There is a css code that can be used to increase/decrease font size of menu items . You can apply it in you child theme custom css , just replace ’15px’ with your font size.

    
    #site-navigation .menu-titlebar-container .nav-menu li a {
        font-size: 15px;
    }
    

    Regards
    Anve

    #69106
    @derekk2110

    Thank you, I will try to work on another way of doing it

    #70740
    @vapvarun

    This ticket has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new tickets (linking to this one if necessary)
    and one of the team will be only too happy to help.

    Regards
    Varun Dubey

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘increasing heading size in one social’ is closed to new replies.