Forum Replies Created
-
AuthorPosts
-
Hi Yigit,
I am trying to get the colaborate-thinregular font to be used for the Captions on my full page slider – so far without success. I have followed all the steps here as you recommend: http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/
I have also inserted this code into the Quick CSS section:
/* Headings */
h1, h2, h3, h4, h5, h6 {
font-family: ‘colaborate-thinregular’, ‘Droid Sans’, ‘Open Sans’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
}@font-face {
font-family: ‘colaborate-thinregular’;
src: url(‘web_fonts/colaborate_thin_macroman/ColabThi-webfont.eot’);
src: url(‘web_fonts/colaborate_thin_macroman/ColabThi-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘web_fonts/colaborate_thin_macroman/ColabThi-webfont.woff’) format(‘woff’),
url(‘web_fonts/colaborate_thin_macroman/ColabThi-webfont.ttf’) format(‘truetype’),
url(‘web_fonts/colaborate_thin_macroman/ColabThi-webfont.svg#colaborate-thinregular’) format(‘svg’);
font-weight: normal;
font-style: normal;}
.avia-caption .avia-caption-content p { font-family: ‘colaborate-thinregular’, ‘Droid Sans’, ‘Open Sans’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
}It would be fantastic if this font could show up in the drop down list in the Theme Settings.
Also – I seem to be able to add formatting (e.g. ‘center’ and ‘strong’ tags) to the Caption Text, but not Caption Title. Is there any way to be able to format both please?
- This reply was modified 8 years, 8 months ago by sf007.
February 12, 2016 at 8:31 am in reply to: How to define a full width section above footer on almost every page of site #582081Hi there,
Please can you describe how to adjust?
e.g.
– add a full width background image that can respond to different screensizes
– change the button position, colour, displayed text etc.
– change the ‘Hello’ textI have tried changing the text in your code from Click me to Contact Us for example – but the changes don’t show up on my site.
Thanks for your help!
-
AuthorPosts