Jump to content

How to edit hover color on elements (border on color select and social media icons)


Recommended Posts

Hi everyone,

Has anyone edited the element where a user selects the color of a product, namely changing the color of the border from black to the color I desire (#21b2a6) and also removing the drop shadow?

Also, is there a way to edit the hover color of the social media icon?

Thanks!

Screen Shot 2020-10-07 at 10.05.25 PM.png

Link to comment
Share on other sites

Use the inspect function of your browser to find the CSS style. Then put your adjusted CSS into /theme/*yourthemename*/assets/custom.css

grafik.thumb.png.0696ec015e7112632ee3cb5e3bfb0c6f.png

The social media buttons are images, so you have to edit them in a image editor to change the color

grafik.thumb.png.ba21a06fc09441437ca25a6e9f631c9c.png

Link to comment
Share on other sites

3 hours ago, Michelle S said:

Do you know which folder should I access to change the icons?

There is no folder. As you can see in the CCS its direct image data. So you could create your own data and define it in CSS (check e.g. https://css-tricks.com/data-uris/) or you upload the file to your ftp (whatever path you want, maybe /theme/*yourtheme*/assets/img/ and define it as url in your CSS.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...