Menu color issues
- This topic has 10 replies, 2 voices, and was last updated 5 years ago by
Zex.
-
AuthorPosts
-
May 10, 2018 at 8:30 pm #9118
Crevato289
ParticipantI would like to use the themevision cart, but the theme cart only redirects to check out which is why I don’t want to use it. The Woocommerce Cart (currently on) will actually show a shopper what is in their cart. Also, I really love the version 3 heading, but the menu is to dark.. is there anyway I can fix that in which it is light when you first load the page and then turns dark when the menu background turns white after scrolling.
May 10, 2018 at 8:46 pm #9120Zex
ModeratorHello Crevato289!
Can you give me an address to your website?
Thanks
May 10, 2018 at 8:47 pm #9121Crevato289
ParticipantThis reply has been marked as private.May 10, 2018 at 9:10 pm #9123Zex
ModeratorHello crevato!
For the colors of the primary menu, I suggest you do next:
1. Go to :Customizing ▸ Navigations ▸ Navigation Primary, and chose the primary color (for the first load- something brighter)
2. Insert the code below into Customize->General-Additional CSS:
.sticky-header-shrink .sticky-nav li a { color: red!important; }
Change the color code per your wish.
I’m not sure that I understood the first part of your post (about the shopping cart) and would be asking if you can explain it to me in more detail. Thank you
May 10, 2018 at 9:33 pm #9124Crevato289
ParticipantWhere do and how do I go about putting the color code in (the one I want to use is #636363).
Sorry about that. So the Pro theme has a built in cart. When you click on the cart, it just sends you to the checkout page. There is no dedicated cart page. However, when I remove it and add the Woocommerce cart instead, there is a fully developed dedicated “cart” page. I didn’t know if there was away to do that for the cart that comes with pro, considering it looks better.
May 10, 2018 at 9:40 pm #9125Zex
ModeratorHi,
Insert next code in Customize->General-Additional CSS:
.sticky-header-shrink .sticky-nav li a { color: #636363!important; }
For the cart, I will ask our head developer to check that tomorrow
(it’s a little bit late right now on our side).Thank you for the understanding.
Regards
May 10, 2018 at 10:07 pm #9126Crevato289
ParticipantThanks! It worked, I appriacte it. One more thing though, the drop down boxes for the menu also have a white background, is there a code I can uses to fix that as well? With the same grey color.
May 10, 2018 at 10:08 pm #9127Crevato289
ParticipantThis only occurs before you start scrolling down
May 10, 2018 at 11:16 pm #9129Zex
ModeratorHi,
For the drop-down submenu, use next codes: (insert it in the same place as earlier).sticky-nav ul.sub-menu li a{ color: #636363!important; } .sticky-nav ul.sub-menu li a:hover{ color: #871719!important; }
Regards
May 10, 2018 at 11:56 pm #9130Crevato289
ParticipantThank you, I really appreciate your help! I think we have it from here, but a colleague pointed out the menus on the other pages (before you start scrolling) are whited out. This is because we needed to white out the menu for the home page. I think a code for this will finally fix the menu issues. Once again I appreciate your help!
May 11, 2018 at 9:18 am #9131Zex
ModeratorHello,
Yes, I noticed that too.
In fact, you need to change the color only on the home page.
So I advise you to do the following:
1. Go to: Customize ▸ Navigations ▸ Navigation Primary and select the primary color black.
then,
2. Change the primary color just on the home page to the white color, with the following code:
.home .agama-primary-nav a{ color:#FFF!important; } .home .agama-primary-nav a:hover{ color: #871719!important; }
As before, you need to insert these codes into Customize->General-Additional CSS.
So, on the end, your code should be like this:
Best Regards
-
AuthorPosts
- You must be logged in to reply to this topic.