Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1098044

    How can I adjust the border color (also while hovering) of my submit button on this page: http://my-transformance.de/

    It would be ideal if it is the same like the “Kontakt”-button in the header with blue border, blue font and when hovering both is grey.

    Can you please help me with the css?

    Thank you!

    #1098270

    Hey transformmedia,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home input[type=submit], .home input[type=submit]:hover {
        border-color: blue;
        color:blue;
    }

    Best regards,
    Rikard

    #1098360

    Hey Rikard,

    thanks for your reply, but unfortunately this code doesn’t change anything at my website.

    #1098640

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.