Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • farma Friend
    #195477

    Hi guys,

    I’m looking how to add black background on frontpage slideshow description? Standard style looks great as soon as pic is good for white description but with most pics its unreadable. I’m using Ja Biz with Joomla 2.5.18.


    1. fpg
    Hayden A Friend
    #525421

    @farma,
    Please create a new css file named: custom.css in the templatesja_bizcss path and add following rule:
    [PHP].ja-slidewrap .maskDesc .ja-slide-desc {
    color: #888;
    text-shadow: 0 1px 1px rgba (0,0,0,0.4);
    }
    .ja-slidewrap .maskDesc .ja-slide-desc a {
    color: #888;
    }

    .ja-slidewrap .maskDesc .ja-slide-desc a.readon {
    color: #888;
    border: 1px solid #f2f2f2;
    }[/PHP]

    farma Friend
    #525429

    Ok I’ve done that but nothing changed…

    Hayden A Friend
    #525436

    @farma,
    I need to debug directly on your site, please PM me url, admin and ftp credentials of your site

    farma Friend
    #525445

    Did you get my PM?

    farma Friend
    #525454

    @hayden A any news?

    Hayden A Friend
    #525604

    @farma,
    You should remove all declaration in the custom.css file and add follow rule:
    [PHP].ja-slidewrap .maskDesc {
    background: rgba(0,0,0,0.6) !important;
    }[/PHP]

    ankianka66 Developer
    #525927

    I have exactly the same problem. The white text is hard to read on photos that are light. Unfortunately I don´t think the black background that you create using the php code above looks good.

    In stead I would like to change the color of the text on the slideshow photos. I have searched in template.css. Around corousel. But can´t find the right string och code to change. Anyone?

    Hayden A Friend
    #526004

    @ankianka66
    <blockquote>I would like to change the color of the text on the slideshow photos</blockquote>
    Please create a new css file named: custom.css in the templatesja_bizcss path and add following rule:
    [PHP].ja-slidewrap .maskDesc .ja-slide-desc {
    color: #888 !important;
    text-shadow: 0 1px 1px rgba (0,0,0,0.4);
    }
    .ja-slidewrap .maskDesc .ja-slide-desc a {
    color: #888 !important;
    }

    .ja-slidewrap .maskDesc .ja-slide-desc a.readon {
    color: #888 !important;
    border: 1px solid #f2f2f2
    } [/PHP]

    You can change the color as you wish.

    farma Friend
    #526112

    <blockquote>Hayden A</blockquote>
    Thanks! That is working. Please tell me how to add some margin in right side of the text? Black background ends exactly in the same place as text.

    Hayden A Friend
    #526189

    @farma,
    Please create a new css file named: custom.css in the templatesja_bizcss path and add following rule:
    [PHP].ja-slidewrap .maskDesc .ja-slide-desc {
    padding-right: 20px !important;
    }

    .ja-slidewrap .maskDesc .ja-slide-desc a.readon {
    right: 20px !important;
    }[/PHP]

    farma Friend
    #527195

    @hayden A

    This solution doesn’t work 🙁 Black transparent background disappeared after this modification of custom.css.

    Hayden A Friend
    #527612

    @farma ,
    Please add this rule to the templatesja_bizcsscustom.css file:

    [PHP].ja-slidewrap .maskDesc {
    background: rgba(0,0,0,0.6) !important;
    } [/PHP]

    Let me know how it goes.

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

This topic contains 13 replies, has 3 voices, and was last updated by  Hayden A 10 years, 8 months ago.

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