
-
AuthorPosts
-
September 27, 2022 at 9:57 am #1366491
Dear,
I do know how the change the color scheme of all pages but can you point me in the right direction to change the colors on a specific (woocommerce) page?
On my product page:
1) where can I change the color of the menu header? https://prnt.sc/DnJAeToXQ8T0 >> this is now white and I want it to be #F1F1EE
2) where can I change the color of the related products? https://prnt.sc/sXRYvcGJ2_Bg >> It’s now yellow (CB9F2C) but I also want it to be #F1F1EE
September 27, 2022 at 4:23 pm #1366582Hey mvanstee,
1. Do you want to change the colour of the menu items on all WooCommerce product pages, or only this particular page?
2. Did you add that using the Layout Builder? If so, then you can set the background colour in the element options.
Best regards,
RikardSeptember 27, 2022 at 7:18 pm #1366631Hi Rikard,
1) On all woocommerce pages please
2) tbh… I think I didn’t add that block, I guess it is standard in woocommerce product page?September 28, 2022 at 2:00 pm #1366708Hi,
Thanks for the update. Please try this in Quick CSS:
1.
.woocommerce #avia-menu .menu-item > a > .avia-menu-text { color: #F1F1EE; }
2.
.single-product #av_section_1 { background-color: #F1F1EE; }
Best regards,
RikardSeptember 28, 2022 at 2:06 pm #13667132 works! >> Thanks
https://prnt.sc/WPuDneK1iQSt >> doesn’t work so please let me know how I can change the color of this menu on all woocommerce pages :-)
Again, thanks a lot.
September 28, 2022 at 2:59 pm #1366727Hi,
Try this instead:
.woocommerce #avia-menu .menu-item > a > .avia-menu-text { color: #F1F1EE !important; }
Best regards,
RikardSeptember 28, 2022 at 3:20 pm #1366730Hi Rikard,
I think we are talking about a different thing… Check screen https://prnt.sc/GdleR29en9hg >> I want the white color of this header to be the same color as the background (#F8F6F2)
I want this on all pages except the homepage (where I have an image)
September 28, 2022 at 3:36 pm #1366733Hi,
Thanks for the update. So you want a different setting on all pages except the home page? If so, then it would likely be better to set your preferred settings in the theme, then add custom CSS for the home page only. Could you do that first of all please?
Best regards,
RikardSeptember 28, 2022 at 4:15 pm #1366741Hi Rikard,
Sorry I don’t understand whatever you are saying… Let me try to explain what I need…
Please check https://prnt.sc/OqhyyqDr79Z5
A is color FFFFFF (white) but I want to change this in color B (“the other color”) F8F6F2
As you can see on my website I want this on all pages except my homepage (because I use a picture on my homepage)
September 28, 2022 at 5:31 pm #1366758Hi,
Thank you for the screenshot and the link to your site, please try this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top:not(.home) #header_main { background: #F8F6F2; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeSeptember 28, 2022 at 6:35 pm #1366770That works! Thanks :-)
Last question about this https://prnt.sc/ujdwTk-g6G5G >> can I add a grey line between the top header (where my phone number is placed) and the menu?
September 28, 2022 at 7:59 pm #1366785Hi,
Try changing to this css:#top:not(.home) #header_main { background: #F8F6F2; border-top: solid 2px #ebe8e2; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeSeptember 28, 2022 at 8:08 pm #1366792AWESOME! Thanks :-) Works like a charm! This topic can be closed.
September 28, 2022 at 9:02 pm #1366803Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Change the colors of the product page’ is closed to new replies.