test melih
 melih
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • aidtedu Friend
    #704056

    I am currently working a DEV site so I can’t give you login info, however, I question is simply this:

    I would like to place a graphic on the background ONLY where the slideshow is located. I was able to accomplish this on our live site. (http://www.alabamartp.org) but now that I am updating to Joomla 3 and changing templates, I can see that the area is available, using firebug, but I can not find where to place code. I tried entering it in custom.css but I am in DEV mode, so I think i might have to use the .less files, which I have been through as well. Please help, if possible.

    – currently, using ja-medozite
    – dev site using ja-biz

    Thanks.

    Adam M Moderator
    #704448

    Hi @aidtedu,

    You might want to place your code in file templatesja_bizcsscustom.css. Please note that if original CSS rule is placed in a file with higher priority (it might be called after the custom.css file is called), try add a prefix to your custom CSS rule. For example original CSS selector you got from Firebug is :

    .ja-ss-item.prev {
    display: block;
    }

    The code you should use is :

    .ja-wrapper .ja-ss-item.prev {
    display: none;
    }

    Adam M Moderator
    #751264

    Hi @aidtedu,

    You might want to place your code in file templatesja_bizcsscustom.css. Please note that if original CSS rule is placed in a file with higher priority (it might be called after the custom.css file is called), try add a prefix to your custom CSS rule. For example original CSS selector you got from Firebug is :

    .ja-ss-item.prev {
    display: block;
    }

    The code you should use is :

    .ja-wrapper .ja-ss-item.prev {
    display: none;
    }

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

This topic contains 3 replies, has 2 voices, and was last updated by  Adam M 9 years, 3 months ago.

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