Kidzy Template Bug - Question | JoomShaper

Kidzy Template Bug

OK

Omo Kobsen

Template 11 months ago

How to remove the yellow circle in the Kidzy Header?

Thanks in advance!

0
6 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 11 months ago #174544

Hi

Thanks for contcating us. Do you want to remove this yellow circle?

https://prnt.sc/7ELfDYocVznA

Then use this CSS in your custom.css file

.sppb-slider-wrapper.varition-animation .slider-img .slide-circle{
  display: none !important;
}

-Regards.

0
OK
Omo Kobsen
Accepted Answer
11 months ago #174545

Yes, sure. See hidden content. It's the yellow circle at the fluid row, i mean.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 11 months ago #174561

Please try that above CSS. It should work.

0
OK
Omo Kobsen
Accepted Answer
11 months ago #174587

Alright, thanks Mehtaz! That works.

How to disable the clouds'n'rain & the sun - or - change the color of the sun?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 11 months ago #174712

You are welcome.

These are actually images, so you can not change the color.

https://demo2.joomshaper.com/2016/kidzy//images/demo/slider/slide-sun.png

You can disable it by using this custom CSS

.sppb-slider-wrapper.varition-animation .slider-img img.slide-cloud{
  display: none !important;
}
.sppb-slider-wrapper.varition-animation .slider-img .slide-sun{
   display: none !important;
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 10 months ago #177894

Thanks for accepting the answer.

0