Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • osseo Friend
    #1075705

    Hi,
    We just notice the color contrast in the JA slideshow item description box were too low according to the web accessibility guidelines.
    Here is our page using the JA slideshow module with the description box:
    http://district279.org/
    (see screenshot "LowContrast1.jpg" with the warning message).

    I look through the documentation on JA slideshow but I’m not seeing where we can adjust the text, foreground and background color within the item description.
    Can you please advise how we can adjust the colors for that and the "Last updated date" that shows in the News Module (see screenshot "LowContrast2.jpg").

    Thank you for your help!
    Emily

    Pankaj Sharma Moderator
    #1075769

    Hi
    To change the yellow BG image behind the description add this code in custom.css file and change the image with your image

    .ja-ss-desc {
        background-image: url(../../../images/themes/blue/sl-desc-bg.png) !important;
    }

    For the heading title use this code

    .ja-ss-desc h3 {
        color: #ffffff;
        font-size: 30px;
        font-weight: normal;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    }

    And for description use this code

    .ja-ss-desc {
        background: url(../../../images/trans-d40.png);
        color: #ffffff;
        left: 0;
        position: absolute;
        bottom: 90px;
        box-sizing: border-box;
        padding: 20px;
        width: 350px;
    }

    Change the style value as per needs.

    Regards

    osseo Friend
    #1078126

    Hi Pankaj Sharma,
    Everything worked except when I swap the arrow images and it still didn’t pass the accessibility scan for low contrast error.

    Here is the code I used in my custom.css
    .ja-ss-btns span {
    background-image: url("http://district279.org/templates/ja_university_t3/images/themes/blue/sl-btn-direction.png") !important;
    }

    Can you please tell me if there is anything else I should try to change to bring up the contrast in these 2 arrows in the slideshow?
    Thanks!

    Pankaj Sharma Moderator
    #1078162

    Hi
    its the same image that is loading from custom.css file
    Add this code in custom.css file to add a background to it

    .ja-ss-desc {background:#fff;}

    Hope it helps

    Regards

    osseo Friend
    #1078342

    Hi Pankaj,

    Are you sure that’s the right code for the arrow buttons? Because I did what you suggest and it didn’t change anything. Please see my screenshot with the "arrow buttons" circled in red. Thanks!


    1. arrows
    Pankaj Sharma Moderator
    #1078493

    Hi
    have a look here:
    templates/ja_university_t3/images/themes/blue/sl-btn-direction.png
    This file is used as navigation on your site and same is loading: http://prntscr.com/hipo32

    Regards

    osseo Friend
    #1078796

    Yes and that is what I did. I added this code to my custom.css file and changed the image.
    .ja-ss-btns span {
    background-image: url("http://district279.org/templates/ja_university_t3/images/themes/blue/sl-btn-direction.png") !important;
    }

    However, the scanner is picking up some different color (not the gold and gray in your screenshot), that’s why I’m wondering if there is something more to it than just replacing the new image.

    Pankaj Sharma Moderator
    #1078987

    Hi
    Kindly check again, its same image there is no other colour used over the image you added.
    You can see it in the code as well.

    Regards

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

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

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