Good Afternoon ,
Sorry to bother you guys once again , i have two queries :
1) is it possible to somehow use the same font from the header menu links through out the web such as in text boxes and so on.
2) is it possible to have my footer column titles not in capitals?
Thanks for your time
Curmi
Hi curmi01!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
1-
body * {
font-family: 'Varela Round', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
2-
.widgettitle { text-transform: none; }
Cheers!
Yigit
Query 2 solved !
for query one within my page under text block i only have a few default texts such as Paragraph,Pre, Heading 1-6 and so on.
where as i need Varela round for instance
thanks
Hi!
Please add following code to Quick CSS instead
h1, h2, h3, h4, h5, h6, p, pre {
font-family: 'Varela Round', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
}
Cheers!
Yigit
hey dont worry still not coming , however as u may see i have my contact form is it possible to change the send button by making it smaller and change colour maybe ?
sorry to be annoying
cheers !
Hey!
Please add following code to Quick CSS as well
input[type="submit"], #submit, .button { padding: 7px 15px; }
.footer_color input[type='submit'] { background-color: orange;
color: blue;
border-color: orange;
}
.footer_color input[type='submit']:hover { background-color: red;
color: green;
border-color: red;
}
Regards,
Yigit