Hello!
Looking to change the button hover colors without custom CSS. Thoughts?
Also, I need to set up my store - and I think I deleted necessary pages. Could you please help me set up the pages to add to cart and pay?
Thank you for your time!
Emily
Hello!
Looking to change the button hover colors without custom CSS. Thoughts?
Also, I need to set up my store - and I think I deleted necessary pages. Could you please help me set up the pages to add to cart and pay?
Thank you for your time!
Emily
Hello Emily,
Thanks for writing to us.
To change the color of the button on the hover you need to go to the X—>Theme Option —>Buttons–>Click on the Color–>select the Interaction to set the hover. By following this process you can change the background color on hover as well.
For the WooCommerce pages
If you have skipped the Setup Wizard or you have deleted the page and want to install missing WooCommerce pages, go to WooCommerce > Status > Tools and use the page installer tool.
Please have a look at this article
Hope it helps
Thanks
WOW! Thank you, the best. Now I am wondering how to get the drop shadow off the letters in the buttons?
Hello Emily,
Regretfully, for the default buttons, there is no option at the moment. You need to override the styling by using custom CSS code for that you need to learn CSS and learn how to use the browser’s element inspector.
In case if you want to use the custom CSS code
Here is the example code.
.x-btn:hover, .button:hover, [type="submit"]:hover {
text-shadow: none;
box-shadow: none;
}
.x-btn, .button, [type="submit"] {
text-shadow: none;
box-shadow: none;
}
The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.
Hope it helps.
Thanks
This works - can you now tell me why the primary navigation buttons are jumpy?
Nevermind, got that one! Thank you.
Hi Emily,
You’re welcome! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.