Customize only 1 slide of a slide show | Broadcast theme

Hello,

I wish to customize only the first slide of the slideshow :

  • Title Size and color

  • Text Size and color

  • Button Size and color

My URL : www.ambigoose.com

Thank you

Jon

The Goal :

@JonX
We are happy to help you.
Let check it and solve your issue.

thank you.

Figured it out…

@media only screen and (max-width: 800px){
.slideshow__slide--162797628287ca780f-0 p.hero__description {
    font-size: 25px; 
    line-height: 35px; 
    padding-left: 35%!important;
}}
  
@media only screen and (min-width: 800px){
.slideshow__slide--162797628287ca780f-0 p.hero__description {
    font-size: 40px; 
    line-height: 55px; 
    padding-left: 40% !important;
}}
  
.slideshow__slide--162797628287ca780f-0 a.hero__btn.btn  {
    background: #f700d3;
    color: white;
    width: 200px; 
    height: 50px;
    font-size: 17px;
}
 

.slideshow__slide--162797628287ca780f-0 h1.hero__title.aos-init.aos-animate {
    font-size: 40px; 
    line-height: 55px; 
    padding-left: 40% !important;
}