sando
-
Posts
2 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by sando
-
-
Hello,
I am trying to achieve a specific set of adjustment for a button when hovering.
My vision is when hovering the button will change colour, slightly move down in position, maintain the transparent background and do so with a smooth transition.
I have not yet had any luck making any CSS adjustments to the buttons so any advice, guidance or code would be greatly appreciated.
Thanks!
Customising buttons using CSS - hover position change and hover background management
in Customize with code
Posted
Website: https://www.hughsando.co/
File attached showing the button location, without hover the text is transparent.
Current CSS
.sqs-block-button-element:hover {
text-color: #404040;
transform: translateY(-5px);
transition: 0.7s;
}
I would like the standard text color to be #f2f2f2 and change on hover similar to that above.
I currently cannot get any CSS to work on the button, is there an obvious flaw I am missing?