Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Saguaros Moderator
    #1090502

    Hi,

    You can use this custom CSS:

    /*Slideshow title*/
    .acm-slideshow .owl-carousel .item .slider-content .item-title {
        font-size: 30px;
    }
    /*Slideshow desc*/
    .acm-slideshow .owl-carousel .item .slider-content .item-desc {
        font-weight: 900;
    }
    

    then change to the value which suits your need.

    Regards

    slowlyjam Friend
    #1090520

    Thank you, Saguaros.

    I created the custom.css and added the code, but could not get the font size to change.

    I also try changing the colour of the "item-desc" to purple but it did not change.

    Please let me know what I am doing wrong.

    Kind Regards

    Flavius

    Saguaros Moderator
    #1090523

    Try to add !important property like: font-size: 14px !important;

    It will work.

    slowlyjam Friend
    #1090659

    Thank you, Saguaros.

    It worked fine.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  slowlyjam 6 years, 2 months ago.

The topic ‘JA ACM module – Slideshow – How to reduce text size of "Title"’ is closed to new replies.