test
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • cybernun Friend
    #169531

    There is a 5 px BLACK border and a 1 px WHITE border around the images here:

    http://siteground286.com/~themill8/draft/

    I’m bring to reduce the size of it AND change the color. I’ve tried looking in template.css, style.css and brown.css. I’ve tried adding this code to template.css:

    }
    .ja-slidewrap, .ja-slidewrap img{
    border:none!important
    }

    I CANNOT FIND IT OR CHANGE IT. Help.

    __________________________________________________________

    Here’s the style.css code

    I cannot find where the border is located in style.css:

    /*
    # ————————————————————————
    # JA Slideshow module for Joomla 1.7
    # ————————————————————————
    # Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
    # @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
    # Author: JoomlArt.com
    # Websites: http://www.joomlart.comhttp://www.joomlancers.com.
    # ————————————————————————
    */

    .ja-slidewrap_bistro {
    background: url(slideshow-bg.png) no-repeat left bottom;
    border: none;
    margin: 0 0 0 -10px;
    position: relative;
    padding: 30px 0 40px 10px;
    width: 100%;
    height: 290px;
    overflow:hidden;
    }

    .ja-slide-main-wrap {
    float: right;
    height: 290px !important;
    overflow: hidden;
    padding-right: 10px;
    position: relative;
    width: 925px !important;
    }

    .ja-slide-main {
    position: absolute;
    z-index: 1;
    }

    .ja-slide-item {
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    }

    .ja-slide-item {
    right: 0;
    left: 0;
    width: 925px !important;
    height: 290px !important;
    }

    .ja-slide-item img {
    background: #f6f5f2
    padding: 5px;
    }

    .ja-slide-item .img-style-wrap.style3.left {
    margin: 0;
    }

    .ja-slide-thumbs-wrap {
    clear: both;
    overflow: hidden;
    top: 25px;
    position: absolute;
    left: 30px;
    z-index: 101;
    }

    .but_prev, .but_next {
    background: #f6f5f2;
    position: absolute;
    top: 0;
    z-index: 99;
    }

    .but_prev {
    background: url(arrow-l.gif) no-repeat right center;
    left: 0;
    }

    .but_prev:hover, .but_next:hover {
    cursor: pointer;
    }

    .but_next {
    background: url(arrow-r.gif) no-repeat left center;
    right: 0;
    }

    .maskDesc, .maskdesc{
    background: none;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: auto !important;
    margin-left: 30px;
    }

    .maskDesc .ja-slide-desc {
    background: url(dot-horizontal.png) repeat-x left top;
    color: #f6f5f2;
    left: 0;
    min-height: 230px;
    position: absolute;
    top: 50px;
    }

    .maskDesc .ja-slide-desc .inner {
    font-size: 100%;
    margin: 0 20px;
    padding: 0;
    }

    .maskDesc .ja-slide-desc h3 {
    color: #efd7b4;
    line-height: normal;
    font-size: 250%;
    overflow: visible;
    margin: 20px 0 0;
    }

    .maskDesc .ja-slide-desc h3 a {
    color: inherit;
    line-height: normal;
    text-decoration: none;
    }

    .maskDesc a.readon {
    bottom: 0;
    color: #f9f0ee !important;
    font-size: 92%;
    display: block;
    left: 0;
    position: absolute;
    z-index: 999;
    background: url(btn-readmore.gif) no-repeat right center;
    height: 25px;
    line-height: 25px;
    padding: 0 20px 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Helvetica,Arial,sans-serif;
    }

    .maskDesc a.readon:hover,
    .maskDesc a.readon:active,
    .maskDesc a.readon:focus {
    text-decoration: none;
    color: #fff;
    background: url(btn-readmore.gif) no-repeat right center;
    }

    .ja-slide-buttons {
    z-index: 900;
    position: absolute;
    right: 25px;
    top: 25px;
    }

    .ja-slide-buttons span {
    background: #000;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 5px;
    padding: 2px 5px;
    }

    /*JA Sideshow [ Topspotlight 1]*/
    #ja-slideshow .ja-slidewrap {
    margin: 0;
    padding: 0;
    position: relative;
    }

    #ja-slideshow .ja-slide-mask {
    background: #ccc;
    bottom: 10px;
    display: none;
    height: 70px;
    position: absolute;
    right: 10px;
    width: 210px;
    z-index: 99;
    }

    #ja-slideshow .ja-slide-thumbs-wrap {
    background: #ccc;
    bottom: 10px;
    position: absolute;
    right: 10px;
    z-index: 100;
    }

    #ja-slideshow .ja-slide-buttons {
    bottom: 10px;
    display: block;
    left: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 101;
    }

    #ja-slideshow .ja-slide-thumb img {
    background: #CCCCCC;
    border: 1px solid #fff;
    margin: 4px;
    }

    #ja-slideshow .ja-slide-item img {
    border: none;
    padding: 0;
    }

    #ja-slideshow .maskDesc {
    }

    #ja-slideshow .maskdesc .ja-slide-desc {
    color: #fff;
    font-size: 100%;
    padding: 20px 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 230px;
    }

    #ja-slideshow .maskdesc .ja-slide-desc h3 {
    color: #ccc;
    text-transform: uppercase;
    }

    /* SCROLL LEFT
    —————————————–*/
    /* Horizontal —*/
    .ja-vertical_right {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    }

    /* horizontal —*/
    .ja-vertical_left {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 100;
    }

    .ja-vertical_right .active {
    background: url(arrow-bg.png) no-repeat center left;
    }

    .ja-vertical_left .active {
    background: url(arrow-bg.png) no-repeat center right;
    }

    .ja-slide-right {
    margin-left: auto;
    right: 0;
    top: 0;
    }

    .ja-slide-thumbs, .ja-slide-thumbs-mask, .ja-slide-thumbs-handles {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 5000px;
    }

    .ja-slide-descs {
    display: none;
    }

    .ja-slide-thumb, .ja-slide-thumbs-handles span {
    cursor: pointer;
    display: block;
    float: left;
    margin: 0;
    color: #191a1b;
    text-align: center;
    background: url(thumb.png) no-repeat left top;
    text-indent: -999em;
    overflow: hidden;
    }

    .ja-slide-thumbnail .ja-slide-thumb,.ja-slide-thumbnail .ja-slide-thumbs-handles span {
    text-indent: 0;
    background: none;
    }

    .ja-slide-thumbs-handles span.active,
    .ja-slide-thumbs div.active span {
    color: #CF4E33;
    background-position: left -10px;
    }

    /* horizontal */
    .ja-vertical_right .ja-slide-thumb, .ja-vertical_right .ja-slide-thumbs-handles span{
    float: none!important;
    }

    .ja-vertical_left .ja-slide-thumb, .ja-vertical_left .ja-slide-thumbs-handles span{
    float: none!important;
    }

    .ja-slide-thumbs-wrap .active .ja-slide-thumb-inner {
    background: url(grad-bg.gif) repeat-x top left #57212A;
    }

    .ja-slide-thumbs-wrap .active .ja-slide-thumb-inner h3 {
    color: #fff !important;
    }
    /*
    .ja-slide-thumbs-handles span {
    }
    */
    .ja-slide-thumbs-mask-left,
    .ja-slide-thumbs-mask-right,
    .ja-slide-thumbs-mask-center {
    float: left;
    }

    .ja-vertical_right .ja-slide-thumbs-mask-left,
    .ja-vertical_right .ja-slide-thumbs-mask-right,
    .ja-vertical_right .ja-slide-thumbs-mask-center {
    display: block;
    float: none;
    }

    .ja-vertical_left .ja-slide-thumbs-mask-left,
    .ja-vertical_left .ja-slide-thumbs-mask-right,
    .ja-vertical_left .ja-slide-thumbs-mask-center {
    display: block;
    float: none;
    }

    .ja-slide-thumb-inner {
    background: #f6f5f2;
    border-top: 1px solid #191A1B;
    color: #757575;
    height: 100%;
    margin-left: 19px;
    padding: 0 15px;
    }

    .ja-vertical_left .ja-slide-thumb-inner {
    margin-left: 0px;
    margin-right: 19px;
    }

    .ja-slide-thumb-inner img {
    background: #f6f5f2;
    border: 1px solid #1C1C1C;
    margin: 15px 5px 0 0;
    padding: 3px;
    }

    .ja-slide-thumb-inner h3 {
    font-size: 11px;
    margin: 0px !important;
    padding: 15px 0 0 !important;
    }

    .ja-slide-thumb-inner .ja-createdate {
    }

    .active .ja-slide-thumb-inner {
    border: none;
    color: #fff;
    }

    .active .ja-slide-thumb-inner img {
    background: #57212A;
    border: 1px solid #67373F;
    }

    .ja-slide-thumbs-mask-left,
    .ja-slide-thumbs-mask-right,
    .ja-slide-thumbs-mask-center {
    float: left;
    }

    .ja-slide-thumbs-mask-left, .ja-slide-thumbs-mask-right {
    background: none;
    }</blockquote>

    khoand Friend
    #418284

    Hi,
    You find this code from /modules/mod_jaslideshow/assets/themes/default/style.css

    .ja-slide-item img {
    background: black; < remove this line
    }

    cybernun Friend
    #418320

    Thanks but I changed that code in style.css 2 days ago to:

    .ja-slide-item img {
    background: #f6f5f2
    padding: 0px;
    }

    IT DOES NOT CHANGE IT.

    OH. You mean REMOVE the line? But how do just change color and size of the border? It won’t respond to what I did above.

    cybernun Friend
    #418322

    I removed “background: #f6f5f2” and the black border is still there. I think my template is haunted…nothing can get at that border!

    See it at: http://siteground286.com/~themill8/draft/

    khoand Friend
    #418362

    No…You find this code from modulesmod_jaslideshowassetsthemesdefaultstyle.css in the line #41

    .ja-slide-item img {
    background: #000; < remove this line
    }

    cybernun Friend
    #418365

    BRILLIANT! That only took 3 days…now that I understand to look in “default”, may I ask where I look to change the SIZE of the border?

    khoand Friend
    #418369

    You find this code from /templates/ja_bistro/css/typo.css

    .img-style-wrap.style3 img {
    border: 1px solid #E8E8E8; < change this line
    padding: 4px;
    }

    cybernun Friend
    #418372

    UN BELIEVABLE! Wow. How the heck did you know where to look? I never would have found that. OK. Just one more question for the amazing forum with such amazing members. How do I change the color of the Title description in Ja Slideshow?
    and THANK YOU.

    khoand Friend
    #418375

    You find this code from /templates/ja_bistro/core/themes/brown/css/template.css

    .maskDesc .ja-slide-desc h3 {
    color: #F6F5F2; < change this line
    }

    cybernun Friend
    #418378

    You are a genius. So much time hunting for these things and one after another you could locate the solutions. This is a GREAT forum! :):):)

    khoand Friend
    #418380

    You are welcome 😀

    khoand Friend
    #418418

    You’re welcome. Thank you because you have nice words for our forum.

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

This topic contains 12 replies, has 2 voices, and was last updated by  khoand 13 years, 2 months ago.

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