This topic has 8 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #133810
     excellins
    Participant

    Hello,

    Please i need help, when i change the body font, it affects the headings menu font as well, is there a way to change just the font and font type of the menu headings? Asked this before but its been over 4 days and the issue hasnt been fixed.

    #133886
     Radu
    Moderator

    Hi,

    Use this CSS to control font size and font family only for the menu

    COPY CODE
    
    .primary-menu .navbar-nav>li>a {
        font-size: 17px;
        font-family: monospace;
    }
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #133890
     excellins
    Participant

    Hey Radu, i am extreamly glad it was you that picked up this question you are always a life saver, its been solved now!!! thanks. please one more last question, please.
    The buddypress user profile, when expanded by default it is set to 1349 x 380 (i think), but after i installed the plugin “mycred” i needed to display user badges and rank on the profile, this made user profile when expanded to be 1349 x 506…. Please is there a way to make it remain 1349 x 380 by default? presently it is set to a maximum of 1349 x 506, but i want it not to exceed 1349 x 380. Please Radu… Thank you so much. you are the best!!

    Attachments:
    You must be logged in to view attached files.
    #133898
     excellins
    Participant

    Below is the default when enlarged, i will like it if its possible to be at that dimension. 1349 x 380

    Attachments:
    You must be logged in to view attached files.
    #133962
     Radu
    Moderator

    Hi,

    You’re very welcome!

    I cannot view your website it’s displaying the maintenance page, are you sure the sizes are not altered by the opened console ?

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #133995
     excellins
    Participant
    This reply has been set as private.
    #134009
     Radu
    Moderator

    Hi I saw that but as you can see there it’s a spacing top and bottom… and the single way it’s to remove padding from top and bottom with this CSS

    COPY CODE
    
    body.is-user-profile .bp-full-width-profile div#item-header {
        padding: 10px;
    }
    

    Play with 10px value

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    #134015
     excellins
    Participant

    It worked!!! i used padding 20 and its okay. thank you so much. Radu.. i am very grateful. God bless you!!

    #134018
     Radu
    Moderator

    🙂

    Have a nice weekend!

    God bless you to!

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 9 posts - 1 through 9 (of 9 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?