Overview
If you are looking to customize the app, change the look of a particular component, or alter the default styles here are all the CSS classes that are hooked into our app. The following styles are not automatically added to your stylesheet when the app is installed. If you want to change the styling then these will need to be added. We recommend that you have some knowledge of CSS before altering your stylesheet on your theme.
You may need to use the !important tag after using a CSS selector in order to override styles from another app or the apps default styles. If you have any questions please feel free to reach out to use at support@w3trends.com.
Style Sheet
We recommend adding the styles to the bottom of the stylesheet and use a comment to signify what the styles are for.
/*======== W3trends - Share the Love Styles ========*/
Share the Love Title
/*Cause Into Title*/
.cause-title {}
/*Cart Text - Description*/
.w3-donation-tracker p {}
/*Cause Dropdown Select*/
.w3-donation-tracker select {}
/*Cause Section Wrapper*/
.w3-donation-tracker {}
Cause Description
/*Selected Cause Description*/
.w3-cause-info {}
/*Selected Cause Link*/
.w3-cause-link {}
Example of Styles