This topic has 15 replies, 3 voices, and was last updated 9 years by Laura.

  • Author
  • #89714
     Loyal_Customer
    Participant

    Hello,

    I used this css to make the log in/sign up buttons bigger:

    1
    2
    3
    ul.buttongroup.radius.right a {
        fontsize: 14px;
    }

    …It worked for the “log in/sign in” and “log out” buttons. However, the “profile” button next to it with the drop-down menu did not change. It is still small. Could you please tell me how I can make that button bigger too?

    Thank you.

    #89899
     Laura
    Moderator

    Hello, delete .right of the css and it should work
    so its

    COPY CODE
    
    ul.button–group.radius a {
        font–size: 14px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #90031
     Loyal_Customer
    Participant

    Hello,

    I deleted .right of the css, but that did not work.
    The “Profile” button might be a separate section since the css is not affecting it.

    #90334
     Laura
    Moderator

    Hello, try with

    COPY CODE
    
    li.relative.btn-profile a {
        font-size: 14px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #125135
     hotloverspassion
    Participant

    Hi,
    I tried both of your codes above but none of them seem to work. Any other idea?
    Thanks a lot 🙂

    #125253
     Laura
    Moderator

    Hello, can you share admin credentials so i can check it out?

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

    Hi Laura,

    wp-admin: hotloverspassion
    password: admin

    as you would see, the profile button is bigger but the log in/log out button remained the same. I left the code in style.css

    Thanks a lot again for your help 🙂 It’s much appreciated!

    #125467
     Laura
    Moderator

    Hello, can you share the url for the site?

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

    http://www.hotloverspassion.com

    Site is not public yet, but in settings->general at the bottom there is “MOJO Coming soon” where you can tick OFF and after you finish change it to ON again to keep the site in coming soon mode. Thanks 🙂

    #125707
     Laura
    Moderator

    Hello, just add this to style.css of child theme, it should change it 🙂

    COPY CODE
    
    a.tiny.button.radius.btn-logout {
        font-size: 14px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #125927
     hotloverspassion
    Participant

    Thanks Laura, that’s great!

    Unfortunately the Log in and Sign up button remained the same. I followed your example and added this code to style.css in child theme

    li.header-login-button a {
    font-size: 14px !important
    }
    li.header-register-button a {
    font-size: 14px !important
    }

    It seems to do the trick 😉

    #126002
     Laura
    Moderator

    Glad you could resolve it! 🙂

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

    Oh girl, you are working on Sunday??? You better take some break so you have enough energy for my issues next week 🙂 haha

    #126134
     Laura
    Moderator

    Hehe 🙂 Will be always here to help

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

    🙂 good to know…hope they pay you well! 😉

    #126265
     Laura
    Moderator

    Happy clients are also a good payout 🙂

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?