Tagged: font style, fullscreen slider
How can i change the fontstyle of the text in the fullscreen slider? And how can i remove the capitols?
Thanks!
Hi,
What do you mean by ‘capitols’? can you post the link to your website please?
Regards,
Josue
You are using images as text:
http://sara-energiearbeit.de/wp-content/uploads/2013/12/Sara_Stojakovic2.png
Best regards,
Josue
I know that i use images now. Therefore i said that the fullscreen slider is not active now!
So again:
How can i change the fontstyle of the text in the fullscreen slider? And how can i remove the capitals?
Thanks
Hi!
Create an slider with texts, put it in another page if you want.
Cheers!
Josue
Sorry Josue, but i do not know what you are talking about.
Here is the example of the fullpage slider
http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/
How to change the textstyle in the boxes. (Second image)
Hi!
Sorry for the confusion, try with this code (add it to Quick CSS):
/* This will remove the capitals from the caption title */
.avia-caption-title { text-transform: lowercase !important; }
/* This will change the 'style' of the caption */
.avia-caption-content { font-family: serif; font-style: italic; }
Best regards,
Josue
Hi Josue,
thanks for the answer!
The first code made the complete Text in small letters. Is it possible to get the letters as i write it in the layout field. “Fullscreen Slider” So the fist letters of the word should be capitals.
The second code worked out perfect! Fot the title i just used:
.avia-caption-title { font-family: serif; font-style: italic; }
How can i use a google font style there, which is not in the list. In fact i want to use font “Alex Brush”
Thanks!
Regards,
Simon
Hi!
Change that part to:
.avia-caption-title { text-transform: none !important; }
To add a Custom Google Font, try this plugin: http://wordpress.org/plugins/wp-google-fonts/
Cheers!
Josue