-
Author
-
September 3, 2018 at 21:28 #208387
lusien
ParticipantHello,
I have hidden the menu on the Home page using the if Menu plugin, this is working fine however, I would like to show at least an entry in the menu like “Enter the site” for the logged in users. I can do this with the same plugin however the text is white on Homepage where I chose to hide the header by using a full-with Elementor template so this button is not visible.
How can I change the color of the text in the menu on the home page only so that the button is more obvious for the users?
Thanks.
September 4, 2018 at 14:02 #208415Laura
ModeratorHello, i can create a css for you, can you tell me which colors do you want?
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 🙂
September 4, 2018 at 16:43 #208438lusien
ParticipantHi Laura,
Thanks for your self. I think it will be sufficient to colour only the text (code #1FA8D1). Button I suppose could stay white as of now. Also all other settings can stay as of now. But as mentioned, this should happned only on Home page.
Regards.
September 5, 2018 at 00:12 #208498Laura
ModeratorHello, i do not see any menu item to colour at your homepage
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 🙂
September 6, 2018 at 15:58 #208688Laura
ModeratorHello, staging site has no content or theme there, let me know 🙂
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 🙂
September 6, 2018 at 19:52 #208751lusien
ParticipantHi Laura,
Sorry, I was working in parallel with Radu and the author of BP-registration-options for 2 other issues so I had completely different setup on my staging.
Can you check now please, it should be fine?
Regards.
September 7, 2018 at 17:23 #208830Laura
ModeratorHello, here, add to style.css of child theme 🙂
COPY CODE.home ul#menu-mainmenu a { color: #1FA8D1 !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 🙂
September 7, 2018 at 21:21 #208890lusien
ParticipantHi Laura,
I think you misunderstood me. Actually what I meant is:
.home #header a:not(.button) {
color: #1FA8D1 !important;
}.home #header a:hover {
background-color: #1FA8D1!important;
color: white !important;
}This code worked for me. You helped me to understand how to start :).
Enjoy the weekend.
September 8, 2018 at 16:24 #208984Laura
ModeratorOh i see, well i am happy 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.