hi, I try to change a title size in slideshow, I add
@media (max-width: 991px)
.acm-slideshow .owl-carousel .item .slider-content h1 {
font-size: 30px;
}
in a custom file but i Can't see the change, can you help me?

Hi @librandi,
You are missing a closing parenthesis "}" at the end of the code. Copy below CSS code and paste to the custom file.

@media (max-width: 991px)  {
  .acm-slideshow .owl-carousel .item .slider-content h1 {
    font-size: 30px;
  }
}

    Hi @librandi,
    I have checked and it worked on our browser. Please try to clear browser cache or open your website on browser private mode.

    Regards,

    Write a Reply...
    You need to Login to view replies.