Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
  Public Ticket #1736228
SLIDER FONT CHANGE
Closed

Comments

  • Victor started the conversation

    Hello, I was wondering how to change the font from the veented slider, and also the size as in the dropdown menu there's is a minimum size that is too big for my use.

    Thank you in advance.


    Victor A.

  •  361
    Filip replied

    Hello Victor,

    The Veented Slider uses a font family set in the Theme Options / Typography tab. To use a completely different font, you will need to either tweak the code or use a more complex slider like Revolution Slider.

    And I'm a bit confused - do you want to change the size of the dropdown menu or the veented slider? 

    Kind Regards,
    Veented Team

  • Victor replied

    Hello Filip, Thank you for your prompt response. 

    The size of the text the slider. As in the advanced settings of the slider I'm only able to decrease  the main heading font size to 48 and I would like to make it smaller. I also would like to change the size from  and I also would like to change the size from the secondary heading and paragraph. 

    Regards

    V


  •  361
    Filip replied

    Hi there!

    So, you can use the following CSS to change those font sizes:

    #page-content .veented-slide h2 { font-size: 36px !important; }
    #page-content .veented-slide h3 { font-size: 24px !important; }
    #page-content .veented-slide-paragraph { font-size: 16px !important; }

    You may paste the code in Theme Options / Advanced / Custom CSS.

    Kind Regards,
    Veented Team