-
Author
-
February 13, 2019 at 00:00 #218432kjcarleoParticipant
Hey Guys would it possible for me to change the color of ONLY the “LOGIN” main menu button?
Kevin
February 13, 2019 at 00:25 #218435kjcarleoParticipantAnd by color I mean the BG color….right now it is clear (transparent)
February 13, 2019 at 04:15 #218446LauraModeratorHello, you can do it with this css, add it to style.css of child theme
COPY CODEli#menu-item-12015 { background: black !important; border-radius: 20px; }
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 🙂
February 13, 2019 at 06:36 #218455kjcarleoParticipantThat worked but how can I get no curved corners?
KJ
February 14, 2019 at 18:03 #218553Kieran_SQModeratorHi,
You can replace the CSS from above with the CSS below
COPY CODEli#menu-item-12015 { background: blue!important; border-radius: 0; margin-left: 10px; }
This will remove the border-radius and adds a 10px margin to the left so it sits better on the page. If you do not wish to use the margin then simply remove that line.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
February 14, 2019 at 18:16 #218554kjcarleoParticipantThat worked PERFECT! How about the Log OUT?
Kevin
February 14, 2019 at 19:48 #218562Kieran_SQModeratorHey Kevin,
I’d need to be logged in to see that menu item and grab it’s ID. If you update this ticket, in a private reply, with login credentials for your site I will be happy to send you the further CSS.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
February 14, 2019 at 20:22 #218564Kieran_SQModeratorHi,
What’s happened to the home page?
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
February 14, 2019 at 22:36 #218578kjcarleoParticipantThe issue seems to have self-resolved. I will try adding the code again and see what happens.
February 15, 2019 at 07:24 #218606LauraModeratorHello 🙂
Here it isCOPY CODEli#menu-item-11950 { background: blue!important; border-radius: 0; margin-left: 10px; }
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
The forum ‘General questions’ is closed to new topics and replies.