CSS Charity Starter Kit
Please can someone indicate where the homepage style is set in the charity starter kit.
The css looks like this:
/* Homepage styles */
.body h2,
.homepage h2
background-color: #0c9cca;
font-size: 16px;
font-weight: bold;
color: White;
text-shadow: 1px 1px 0px #000;
width: 98%;
margin-top: 0px;
padding-left: 2%;
padding-top: 10px;
padding-bottom: 10px;
Many Thanks
Hi rolls rolls,
These styles are in the CharityBlue theme:
~/App_Themes/CharityBlue/Global/main.css starting from line 243
Kind regards,
Jordan
the Telerik team