Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • aijosh Friend
    #940827

    Hello,
    How do I change the background color of the active thumbnail for rasite profile. It is currently brownish in color and I need it to be green. I have inspected the html and cant seem to find where the color is called from

    Pankaj Sharma Moderator
    #940962

    Hi
    Kindly share the page url where u published the module and give me screenshot on which part you want to change the color .
    I will help you to find the style code .

    PS : Kindly turn off the css compression before positing url .

    aijosh Friend
    #941534
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #941627
    This reply has been marked as private.
    aijosh Friend
    #948836

    I have turned off auto slide.
    Thanks

    Pankaj Sharma Moderator
    #948919

    Hi
    Go to
    /modules/mod_jaslideshow/assets/themes/rasite/mod_jaslideshow.css
    Find below code and change the colo code

    .ja-slidewrap_rasite .ja-slide-thumbs-wrap .active .ja-slide-thumb-inner {
        background: url(grad-bg.gif) repeat-x top left #57212A;
    }
    .ja-slidewrap_rasite .active .ja-slide-thumb-inner img {
        background: #57212A;
        border: 1px solid #67373F;
    }

    Or add below code at the end of template.css file and change the color

    .ja-slidewrap_rasite .ja-slide-thumbs-wrap .active .ja-slide-thumb-inner {
        background: url(grad-bg.gif) repeat-x top left red;
        background: red;
    }
Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 10 months ago.

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