Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • gverheij Friend
    #165796

    Now I’ve changed the readmore-button (http://www.joomlart.com/forums/topic/how-can-i-change-the-color-of-the-readmore-button/), I want to give the active thumb another color as well… Where can I change this color, It must be somewhere in the mod_jaslideshow2/assets/themes/travel/style.css, .ja-slide-thumb.active ??

    In the attached picture, I want to make the soft-red part orange… :

    Please help!

    Thanks, Gerard

    14065


    1. active_thumb
    khoand Friend
    #399152

    Hi,
    You find this code from /modules/mod_jaslideshow2/assets/themes/travel/style.css

    .ja-slide-thumbs .ja-slide-thumb.active .ja-slide-thumb-inner {
    background: url("active-bg.png") repeat-x left top #BD022C; < change this text
    }

    gverheij Friend
    #399293

    Hi Khoand,

    Thanks, but that change in that file did not change the color,
    However, I found that there was another css-file in which ja-slide-thumb.active was defined in my local directory:

    So when I changed this code to this file I got the desired, orange, result:
    templates/ja_travel/local/themes/jci_blue/css/template.css

    .ja-slide-thumbs .ja-slide-thumb.active .ja-slide-thumb-inner {
    /* background: url(“../images/active-bg.png”) repeat-x scroll left top #e35a38; */
    background: url(“../images/active-bg_jci.png”) repeat-x scroll left top #E76B08;
    }

    And, off course, I had to copy the changed active-bg_jci.png (orange-color) to this directory:
    /templates/ja_travel/local/themes/jci_blue/images

    So, I assume the local template overrules even the styling of module JA SlideShow2 css-definition…

    Thanks anyhow, Regards,

    Gerard

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

This topic contains 3 replies, has 2 voices, and was last updated by  gverheij 13 years, 5 months ago.

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