-
Author
-
November 28, 2015 at 05:20 #89714Loyal_CustomerParticipant
Hello,
I used this css to make the log in/sign up buttons bigger:
123ul.button–group.radius.right a {font–size: 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.November 29, 2015 at 05:18 #89899LauraModeratorHello, delete .right of the css and it should work
so itsCOPY CODEul.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 solutionLaura 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 🙂
November 30, 2015 at 09:55 #90031Loyal_CustomerParticipantHello,
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.December 1, 2015 at 17:06 #90334LauraModeratorHello, try with
COPY CODEli.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 solutionLaura 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 🙂
June 10, 2016 at 02:11 #125135hotloverspassionParticipantHi,
I tried both of your codes above but none of them seem to work. Any other idea?
Thanks a lot 🙂June 10, 2016 at 22:30 #125253LauraModeratorHello, 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 solutionLaura 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 🙂
June 13, 2016 at 22:47 #125467LauraModeratorHello, 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 solutionLaura 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 🙂
June 15, 2016 at 23:01 #125707LauraModeratorHello, just add this to style.css of child theme, it should change it 🙂
COPY CODEa.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 solutionLaura 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 🙂
June 17, 2016 at 18:22 #125927hotloverspassionParticipantThanks 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 😉
June 19, 2016 at 17:12 #126002LauraModeratorGlad 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 solutionLaura 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 🙂
-
AuthorPosts
You must be logged in to reply to this topic.