Change size of favorites button for events
BTech
Registered Users Posts: 3 Beginner grinner
I want to make the favorite feature within events easier to see.
An example of my event is http://btechlighting.smugmug.com/event/Dexter-Womens-Water-Polo-2015
Thank you for your help
An example of my event is http://btechlighting.smugmug.com/event/Dexter-Womens-Water-Polo-2015
Thank you for your help
0
Comments
Please add this code to your THEME - > ADVANCED - > CUSTOM CSS:
.sm-fonticon-Heart {
font-size: 30px !important;
}
You can change the PX value to make the icon larger or smaller.