I am trying to change the background colour on the catalogue. Would you please help me out?
Thank you
Hey hamidgol!
Can you please post a link to your page and point out the changes you would like to make? :)
Regards,
Yigit
Hi Yigit,
Here is the link: http://havazi.co.uk/personal-training/
I am trying to make each item in the menu/catalogue clear with different background colour.
I have added these codes:
.av-catalogue-title { text-transform: none; font-size: 18px; color: #63c418 !important;}
.av-catalogue-price { font-size: 16px !important; }
.av-catalogue-content { font-size: 14px !important; }
.av-catalogue-list > li:hover * { color: white !important; }
But I don’t know how can change the background colour and also can I change them individually? (I mean each item in menu with different background colour)
Thank you
Liam
Hi,
You can use this code as basis:
.av-catalogue-container.avia-builder-el-24 .av-catalogue-list li:nth-child(1) {background-color: maroon;}
.av-catalogue-container.avia-builder-el-24 .av-catalogue-list li:nth-child(2) {background-color: gold;}
.av-catalogue-container.avia-builder-el-27 .av-catalogue-list li:nth-child(1) {background-color: gray;}
.av-catalogue-container.avia-builder-el-27 .av-catalogue-list li:nth-child(2) {background-color: orange;}
.av-catalogue-container.avia-builder-el-27 .av-catalogue-list li:nth-child(3) {background-color: brown;}
You can also look into turning on the Custom Field for ALB Elements so you can use more memorable classes instead of the numbered generated class (such as avia-builder-el-24).
Best regards,
Sarah
Perfect Sarah, it works:)
Hi,
Glad that Sarah helped you. Thanks for using Enfold :)
Best regards,
Nikko