Okay
  Public Ticket #2892286
Font size for "services" and Slider "change" time?
Closed

Comments

  • Tomek started the conversation

    Hi! I add screenshot for question 1 and 2. 

    1) how to change font size in "services". One word is "pielegnacja" , and second "twarzy". Now they are cut,like : pielegnac/ja/twarzy. Its wrong, and i need to change font size.

    2) How to make "services" the same lenght? 

    3) I have two photos in Sliders, and they change automatically. How can i change "time", when they are change on site? I need shorter time to do this. 

  •  29
    Dmitry replied

    Hello Dear Tomek!

    1. In order to change the font size, please go to Customizer -> Additional CSS and place these code:

    https://bit.ly/3FD26Pp

    .ls [class*='_bg'] h1, .ls [class*='_bg'] h2, .ls [class*='_bg'] h3, .ls [class*='_bg'] h4, .ls [class*='_bg'] h5, .ls [class*='_bg'] h6 {
        font-size: 22px; /*You can change font size here*/
    }

    And all font sizes on services in this section will change to your values.

    3. In order to change the speed for slider in MakeUp WordPress theme, please open in code editor file "main.js" which locates in: 

    /wp-content/themes/makeup/js/ and go approximately to lines # 726.
    You need to change values in slideshowSpeed:10000  to your own.
    Then click to Save button, clear the cache and check the results.

    Best Regards!