Luman – color change on portfolio categories
-
Hi Everyone!
I need to change the background color of the categories in the portfolio, but I didn’t find this option in Elementor, nor in the theme settings.
It is currently yellow, but I need it to be green in the code #8cad8c
I attached a print.
Can you help me?
Thanks a lot.
-
This topic was modified 2 years, 10 months ago by
carolzhermes.
Attachments:
You must be
logged in to view attached files.
Hello,
The below code will help you to change the bg color, please enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.xts-project .xts-project-categories li {
background-color: #8cad8c;
}
If there’s anything else we can do, just let us know.
Kind Regards