Home Forums Space themes support forum Luman – color change on portfolio categories

Luman – color change on portfolio categories

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #419841

    carolzhermes
    Participant

    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 1 year, 5 months ago by carolzhermes.
    Attachments:
    You must be logged in to view attached files.
    #420023

    Luke Nielsen
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)