/
Woocomerce - Add custom CSS
Woocomerce - Add custom CSS
Log to the Admin Panel
Go to Appearance > Customize
Click on the Additional CSS
Add the additional classes to modifying the site
And click on the Publish button to apply the changes
To modify an especific component.
Go to site.
Press rigth click and click on Inspect element.
Select the element to be edited.
For example, if we want to edit the button in the footer of the component, we will use this:
Because in this way we can identify the component by its CSS classes and HTML tags.
And this is the result:
We must now choose a color and look for its hexadecimal code.
And in this way we can change the colors