Comments kapitikidsconnect started the conversationMarch 27, 2020 at 2:57amHi thereI can't work out where to edit the slider on my home page.It's been a while since I changed it and I just can't seem to find where to change it at all!Your assistance would be much appreciated!Maryanne 1,710Barry repliedMarch 27, 2020 at 9:10amHi Maryanne,The slider can be edited by going to the "Pages" tab and edit the homepage. Below the page builder you'll find the slider field to edit your slides.In the following link you can find a screenshot of the slider below: https://qreativethemes.com/docs/physio/#sliderBest regards,BarryQreativeThemes.com | WordPress Themeskapitikidsconnect repliedMarch 27, 2020 at 12:33pmThank you.If i have images smaller than 1920 x 750 eg 1254 by 836 pixels what can i scale them to make them fit the page better.At present they are taking up too much room.Please take a look www.getbackinaction.co.nz 1,710Barry repliedMarch 27, 2020 at 2:06pmYou're welcome.To reduce the height of the slider you can use the following CSS code. This code can be added to the textarea under Appearance -> Customize -> Additional CSS: .jumbotron .carousel-inner > .item > img { object-fit: cover; } /* Mobile Screens */ @media (max-width:768px) { .jumbotron .carousel-inner > .item > img { height: 300px; } } /* Tablet Screens */ @media (min-width:769px) and (max-width:992px) { .jumbotron .carousel-inner > .item > img { height: 400px; } } /* Desktop Screens */ @media (min-width:993px) { .jumbotron .carousel-inner > .item > img { height: 500px; } } The 300px height can be changed for mobile screens.The 400px height can be changed for tablet screensAnd the 500px height can be changed for desktop screens.Hope this helps.Best regards,BarryQreativeThemes.com | WordPress Themeskapitikidsconnect repliedMarch 27, 2020 at 10:28pmThank you.And can I change the colour of the fonts on individual slides?See attachment for example of where some font is too light 1,710Barry repliedMarch 28, 2020 at 10:47amYou can change the font color by replacing that top heading text with the following line: <font color="red">This will be the heading text</font> The value red can be changed to your own needs.Best regards,BarryQreativeThemes.com | WordPress Themes Sign in to reply ...
Hi there
I can't work out where to edit the slider on my home page.
It's been a while since I changed it and I just can't seem to find where to change it at all!
Your assistance would be much appreciated!
Maryanne
Hi Maryanne,
The slider can be edited by going to the "Pages" tab and edit the homepage. Below the page builder you'll find the slider field to edit your slides.
In the following link you can find a screenshot of the slider below:
https://qreativethemes.com/docs/physio/#slider
Best regards,
Barry
QreativeThemes.com | WordPress Themes
Thank you.
If i have images smaller than 1920 x 750 eg 1254 by 836 pixels what can i scale them to make them fit the page better.
At present they are taking up too much room.
Please take a look www.getbackinaction.co.nz
You're welcome.
To reduce the height of the slider you can use the following CSS code. This code can be added to the textarea under Appearance -> Customize -> Additional CSS:
The 300px height can be changed for mobile screens.
The 400px height can be changed for tablet screens
And the 500px height can be changed for desktop screens.
Hope this helps.
Best regards,
Barry
QreativeThemes.com | WordPress Themes
Thank you.
And can I change the colour of the fonts on individual slides?
See attachment for example of where some font is too light
You can change the font color by replacing that top heading text with the following line:
The value red can be changed to your own needs.
Best regards,
Barry
QreativeThemes.com | WordPress Themes