Okay
  Public Ticket #2398087
Slider size and slider font size
Closed

Comments

  • Sydne Saccone started the conversation

    Hi, could you kindly tell how i can change the size of the sliders? how can i reduce it in height? 

    How can i reduce the font size of the title of the sliders?

    thanks


  •  1,627
    Andrey replied

    Hello, Dear Sydne Saccone!

    We recommended you to use the size of the slider 1920 × 1000 px.

    Please, read the following article how to change the size:

    https://soliloquywp.com/how-to-change-slider-size/

    Also, you can set up the fonts via CSS. Please, click WP Dashboard => Appearance => Customize => Additional CSS and inset here the following code:

    .intro_section .slide-title {
        font-size: 200px;
    }
    .intro_section .slide-title + p {
        font-size: 28px;
    }

    Best Regards!