• Resolved FrederikRS

    (@frederikrs)


    Hi,

    How can I change the hover colour of the box sliding in from the bottom of items in the portfolio carousel (the box with the title in)?

    Thanks in advance!

    Kind regards,
    Frederik

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,
    You can use custom css in your theme options > advanced settings.

    .portfolio_item .portfoliolink {
        background: rgba(255,255,255,.6);
    }

    That is the default ^

    If you wanted a solid color you could use:

    .portfolio_item .portfoliolink {
        background: blue;
    }

    Kadence Themes

    Thread Starter FrederikRS

    (@frederikrs)

    Thanks a lot! It works like a charm 🙂

    – Frederik

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change portfolio hover colour’ is closed to new replies.