Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #196950

    How can i change the fontstyle of the text in the fullscreen slider? And how can i remove the capitols?

    Thanks!

    #197153

    Hi,

    What do you mean by ‘capitols’? can you post the link to your website please?

    Regards,
    Josue

    #197281
    This reply has been marked as private.
    #197385

    You are using images as text:
    http://sara-energiearbeit.de/wp-content/uploads/2013/12/Sara_Stojakovic2.png

    Best regards,
    Josue

    #197699

    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

    #197724

    Hi!

    Create an slider with texts, put it in another page if you want.

    Cheers!
    Josue

    #197726

    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)

    #197728

    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

    #197977

    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

    #198160

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Fullscreen Slider change font style’ is closed to new replies.