Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #210194

    hello how do I change the font and size of the slide in fullwidth Easy Slider

    Thanks

    #210790

    Hi patriscia!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .avia-caption .avia-caption-content p { font-family: 'PT Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif!important; font-size: 18px; 
    }

    Regards,
    Yigit

    #212254

    thanks i tried but nothing changes. I would put the arial font and increase the size of both written http://www.biluba.com
    help me

    #212263

    Hey!

    Please add following code to Quick CSS as well

    div .slideshow_caption h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 44px;
    }
    .av_slideshow_full .active-slide .avia-caption-content { font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    }

    Regards,
    Yigit

    #213232

    resolved thank you.
    another question … how do I enlarge and color the items on the menu?

    #213286

    Hey!

    Please add following code to Quick CSS as well

    .main_menu ul:first-child > li > a { font-size: 16px; } /* changes the font size of main menu */
    #top .main_menu .menu li ul a { font-size: 15px; } /* changes the font size of dropdown menu */
    .header_color .main_menu ul:first-child > li > a { color: red; } /* color of main menu items */
    .header_color .main_menu ul:first-child > li a:hover { color: blue; } /* hover state of main menu items */
    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: orange; } /* color of active menu item */

    Best regards,
    Yigit

    #213300

    thank you very much…
    sorry you can put the word in lower case in the title slide?

    #213315
    This reply has been marked as private.
    #213322

    Hi!

    Please add following code to Quick CSS as well

    div .slideshow_caption h2 {
    text-transform: none;
    }


    @ullastret
    Please go to https://kriesi.at/support/forum/enfold/ and scroll to the down of the page there you can start a new topic. Please start a new thread and elaborate on the issue you are having.

    Cheers!
    Yigit

    #447983
    This reply has been marked as private.
    #448884

    Hey!

    Try putting the content you want superscripted inside a <sup></sup> tag.

    Best regards,
    Josue

    #799899

    I am also having trouble with the original issue on this thread. I am trying to change the font that appears over the fullwidth easy slider. I have tried the solution that worked for patricsia and it is not working for me. Can someone please help me out?

    #800136

    Hi Taftayers,

    Credentials did not work. Could you please update the credentials. Also, could you please specify the page with the slider. I only an image on that page.

    Best regards,
    Victoria

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘font in fullwidth Easy Slider’ is closed to new replies.