• Resolved nyffellare

    (@nyffellare)


    Hello friends,

    Does anybody has an Idea how to change the background hover color from the CTA – Simple contant block? Its probably in a CSS file but I can’t find it. Anyone has any idea’s?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey Nyffellare,

    Thanks for posting!

    That’s actually custom content provided by Tesseract(anything under Content Blocks is added by them). The snippet below should do the trick! You can add it under Tools > Layout CSS/JS > CSS.

    .secondary-button:hover {
      background-color: #000000;
    }

    Ben

    Thread Starter nyffellare

    (@nyffellare)

    Hello,

    Thanks for the information. Didn’t know it was from Tesseract. Good to know that content blocks are added by the theme not by beaver builder. I will check it out.

    Thank you for the help 🙂

    Plugin Contributor Ben Carlo

    (@hinampaksh)

    No worries at all, Nyffellare! Glad we could help. 🙂

    Have fun!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘CTA – Lite button background hover’ is closed to new replies.