Product Price Extras
For a compact look, use the following css
#productServices .panel-heading { padding: 2px 5px; }
#productServices .panel-group { margin-bottom: 5px; }
#productServices .panel-body { padding: 5px; }
.ep-extras-option .panel-default {
min-height: 150px;
}
Telerik Control Fonts
Use the following for the RadGrid
/* OVVERIDE TELERIK RadGrid FONT */
.RadGrid td {
font-family: 'Raleway', sans-serif !important;
}
Font NOTE: THIS WILL EVEN OVERRIDE AWESOME FONTS – Do Not Use
To change fonts of all controls including Telerik’s add the following css to the end of the last css uploaded ( for example, add it at the bottom of the company css file):
/* OVERRIDE ALL FONTS INCLUDING ONES IN TELERIK CONTROLS */
body * {
font-family: 'Raleway', sans-serif !important;
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article