Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • nsca Friend
    #190666

    Hello, Im having a major issue with this template.

    Images in Article view are displayed under “img-style-wrap.style3” SAME as Blog layout, SAME as the Slideshow. It’s obvious that none of each images are slightly similar, so why do you put all in the same style? and most important, how can I change each section image separately?

    phong nam Friend
    #506183

    Hi nsca,

    We use the style3 class to display the shadow effect of images on both Article, Blog layout and Slideshow module. In order to change each section image separately by try to put below codes into the of templates/ja_bistro/css/template.css file:

    /*Blog layout*/
    .blog .img-style-wrap.style3 img {
    border: 1px solid #e8e8e8;
    padding: 4px;
    }

    /*Article view*/
    .item-page .img-style-wrap.style3 img {
    border: 1px solid #e8e8e8;
    padding: 4px;
    }

    /*Slideshow*/
    .ja-slide-item .img-style-wrap.style3.left {
    border: 1px solid #e8e8e8;
    padding: 4px;
    }

    Change to the border and padding values you want, then clear JAT3 cache.

    nsca Friend
    #507176

    Ok, i triyed by myself.

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

This topic contains 3 replies, has 2 voices, and was last updated by  nsca 10 years, 7 months ago.

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