hi guys!
a couple of days ago i asked about the ACM CSS customization in this post:
https://www.joomlart.com/forums/d/31882-helple-template-acm-slideshow-title-style
(sorry, didn't find the way to reopen that discussion)
so, i don't know what happened and now that solution is not working for me... don't know now what i did that day!...
so, what i'm trying to do is to customize the H1 for the ACM slideshow in the helple template... but i only want to make that change in one of the pages... so, as saguaros suggested, i'm including the custom CSS here:
• template manager / layout settings / select the slideshow section / configure gear icon / row options / custom CSS class...
i have tried with the following options, one by one, to see which one would work:
h1 {font-size: 20px !important}
.h1 {font-size: 20px !important}
h1, .h1 {font-size: 20px !important}
.t4-slideshow h1, .h1 {font-size: 20px !important}
h1.slide-title.text-white.mt-0.mb-2.mb-lg-4 {font-size: 10px !important; color: #000}
none of them seems to work.... i also realized that in section-2 there's "text-center" in that custom CSS field.... if i change it to "text-right" works... but if i copy/paste that "text-right" into the slideshow section doesn't work....
please, i really appreciate your help!
thanks!!!