Skip to main content

All Questions

Tagged with
1 vote
1 answer
3k views

My SVG button is not changing colors when i hover over it

I have a button that has an SVG inside it, in my CSS the icon changes color when you hover over it, the same thing with the SVG. But I have to put my mouse directly on the SVG to fill the color, I'm ...
user avatar
0 votes
2 answers
692 views

Responsive button animation CSS

I'm trying to combine the look of one button, with the responsiveness of another button: Button A: https://codepen.io/vitor-siqueira/pen/xNBExN Button B: https://codepen.io/AnthonyBmm/pen/poooJmO I ...
17thelement's user avatar
1 vote
1 answer
197 views

Hover button not working

I have a problem with the hover of this button, I can not make .icon-search turn white when I pass the cursor in the #search-button. .icon-search { fill: #868585; width: 20px }...
Juan Luis's user avatar
2 votes
3 answers
3k views

Can you create a truly circular SVG button?

I've been at this for days and cannot find any support on the issue. So, I'm creating a main page for my personal website that features circular buttons of varying sizes. Initially I was creating the ...
GHOST-34's user avatar
  • 378
0 votes
2 answers
1k views

Is it possible to animate the opacity of a SVG filter with CSS code?

I have an svg image that works as a button. As you hover over the button the svg fill changes to a different color, but I also wish the inner shadow filter I created to appear as well. That is, to ...
Gabriel Leni's user avatar