Hi.,
This slider create by Crelly Slider plugin. Just try this plugin
https://ww.wp.xz.cn/plugins/crelly-slider/
If you want further help I’ll be happy to assist.
Thanks.,
Rajan V
Thread Starter
gokh
(@gokh)
Hi Rajan V,
How to remove Terra Slider?
Thanks..
To remove the Terra Slider just remove the shortcode from the page.
If you want to use Crelly Slider (or any other slider) instead just use their shortcode in the header shortcode field.
Since I can’t find any Crelly Slider on your page I just can guess that you might have missed the width setting. Please make sure you have set the slider to be full width.
https://i.hizliresim.com/azEWGB.png
Thread Starter
gokh
(@gokh)
Hi,
Sorry, wrong link, wrong message.
Thread Starter
gokh
(@gokh)
Hi,
Is it possible to cancel or change the Terra Slider effect?
https://i.hizliresim.com/azXJJ7.jpg
Regards
If you mean the black overlay, change overlay="true" in your shortcode to overlay="false".
Thread Starter
gokh
(@gokh)
Yes, I meant that. Do you have any other color / effect options?
If you want to change the overlay color and opacity for every header content (Terra Slider and normal featured image) you can adjust these values:
.header-image .overlay {
background-color: #000000;
opacity: 0.7;
}
If you want to change them only for the Terra Slider use this:
.terra-themes-header-slider .header-image .overlay {
background-color: #000000;
opacity: 0.7;
}
The opacity is a number between 0 and 1 where 1 is fully visible and 0 is invisible.