test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • flameknight Friend
    #903133

    The text font on the slideshow is too large. Can I change it to smaller one and its color to other kinds like black or grey? Any suggestion on how to do it?

    Pankaj Sharma Moderator
    #903141

    Hi
    You can Turn off the css compression from template options and then use firebug/inspect element to check the style and change it from css file .
    Like here > http://prntscr.com/aic8gx
    code is here

    .acm-slideshow .owl-carousel .item .slider-content .item-title {
        color: #fff!important;
    }

    Override it via custom.css file or from original source file.

    flameknight Friend
    #903229

    Thanks. I also find that changing the less file in slidershow folder and then compile it to css effective to this. This problem is solved for me. Thank you

    James Weston Friend
    #911057

    Hi Pankaj,

    I added this code to my custom.css file to make the font smaller but it hasn’t worked

    .acm-slideshow .owl-carousel .item .slider-content .item-title {
    font-size: 56px;
    }

    any ideas? http://www.jakartacocktailweek.com

    Pankaj Sharma Moderator
    #911059

    Hi Pankaj,

    I added this code to my custom.css file to make the font smaller but it hasn’t worked

    .acm-slideshow .owl-carousel .item .slider-content .item-title {
    font-size: 56px;
    }

    any ideas? http://www.jakartacocktailweek.com

    Hi use the code as

    .acm-slideshow .owl-carousel .item .slider-content .item-title {
        font-size: 56px!important;
    }
    James Weston Friend
    #911061

    thanks for the help. I will post a new question about how to make the slideshower height smaller.

    Jim

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

This topic contains 5 replies, has 3 voices, and was last updated by  James Weston 8 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum