• Resolved vanessafp

    (@vanessafp)


    Hello,
    I have two questions that I can’t find answers to.
    1) I have a button in the main menu on my website. How do I change the hover background colour? It’s blue right now and I’ve tried various ‘hover’ css codes that do not work.
    2) I’d like to have the contact form at the bottom of the website replaced with a CTA instead. How can I do this?
    Thanks for your help!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @vanessafp,

    You can use this custom CSS to change the background on hover of the menu items:

    li.menu-item:hover {
        background-color: green;
    }

    What you can Customize with the contact form is available here: https://prnt.sc/vt6hfz
    You can click edit and change the text there if needed to the desired one.

    I hope it helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Change Form on Contact Us and Change Hover Button Colour’ is closed to new replies.