Hi!
Is there a way to change the dotted lines under catalog items ?
This without changing all the border colors ?
Thank you
Hey Paul,
You can use this in Quick CSS:
.av-catalogue-list li { border-bottom-style: solid; }
Best regards,
Sarah
Hi! Can i change the color ? if want it to be white ? (have a dark background)
Hi,
Please try this:
.av-catalogue-list li { border-bottom-color: white !important; }
If you wish for the list’s top border to be white, please add this:
.av-catalogue-list { border-top-color: white !important; }
Best regards,
Sarah
Hi Thank you!
I add that but the dotted lines under the catalog items are still dark/black. Just to clarify i want to change the color on the dotted lines under the catalog items.
Thanx!
Hi Sarah! Thank you for helping out!
Stil i haven’t managed to get it to work.
Please see the website here:
The dotted lines are still black/dark
Hi,
Hmmm that’s strange. Can you try clearing your WordPress or server cache?
If that doesn’t work, please give us admin access so we can take a closer look.
Best regards,
Sarah
Hi!
Cleared the cache but no difference, here is the admin access.
Thanx!
Hi!
There was a missing closing bracket }
in your Quick CSS before the code I gave you. This is why my code wasn’t working. :)
I have fixed it and also cleared your cache. The white lines should be okay now!
Best regards,
Sarah
Thanx, works great now!
Hi,
Glad Sarah could help!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit