What's your biggest current challenge? Have your say in Community Polls along the right column.

How can I change the hover color on a single button in the Dawn theme?

How can I change the hover color on a single button in the Dawn theme?

VisarK
Pathfinder
140 0 28

Hello i need a help.I need just one button to have the hover color and is in account section dawn theme

Screenshot_20230925_230902_Chrome.jpg

.The color that i have must stay so just the hover color when someone click with mouse to have different color. 

Text color: white

Button hover backround color: #000000

Replies 3 (3)
VisarK
Pathfinder
140 0 28

In the account section the first is sign up then create buttons in the end is submit i can send you a collaborate request

VisarK
Pathfinder
140 0 28

Yes in my email visarkalludra6@gmail.com

PageFly-Noah
Shopify Partner
1317 233 277

Hi @Visar1 

 

This is Noah from PageFly - Shopify Page Builder App

 

 

In case you want to style the button only from login page, you can try this :

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

 

 

 

<style>
#customer_login button:hover {
  color: white;
  background-color: black;
}
</style>

 

 

 

 

Hope this can help you solve the issue 

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.