This topic has 15 replies, 3 voices, and was last updated 7 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.

    Attachments:
    You must be logged in to view attached files.
    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #125327
     hotloverspassion
    Participant
    This reply has been set as private.
    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #125477
     hotloverspassion
    Participant
    This reply has been set as private.
    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #126007
     hotloverspassion
    Participant
    This reply has been set as private.
    #126134
     Laura
    Moderator
    This reply has been set as private.
    #126136
     hotloverspassion
    Participant
    This reply has been set as private.
    #126265
     Laura
    Moderator
    This reply has been set as private.
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?