Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • msilac Friend
    #198467

    Hello,

    1. I need to change backgroond of tekst in slideshow to black and font to white. Where I can do that?

    2. How I can change font in Slideshow lite? I wish to use one custom font, where I can add that font?

    Thank you

    ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friend
    #537711

    Hi @msilac,

    in order for us to best assist you, please provide a link to your dev site and (or) provide a screenshot of which part you want to change..

    and as for your 2nd question, please refer to this documentation for a thorough step by step guidance

    once you add it, you can then restyle the Slideshow Lite
    (use custom.css so it’s not getting overwritten due to template’s upgrade)

    msilac Friend
    #537845

    1. http://www.mojaakcija.com/TESTING/erdut is the link.

    2. I just need Times New Roman font there, where to change in which file?

    Ninja Lead Moderator
    #537847

    I hope my workaround below with help you to solve out

    <blockquote>1. I need to change backgroond of tekst in slideshow to black and font to white. Where I can do that?</blockquote>

    Open templates/ja_decor/css/mod_jaslideshowlite.css file

    Change

    .ja-ss-desc .ja-ss-caption span {
    background: #ffffff ;
    clear: both;
    display: block;
    float: left;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    margin-top: 1px;
    padding: 0 5px;
    text-transform: uppercase;
    }

    To

    .ja-ss-desc .ja-ss-caption span {
    background: #000 ;
    clear: both;
    display: block;
    float: left;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    margin-top: 1px;
    padding: 0 5px;
    text-transform: uppercase;
    color: #fff ;
    }

    <blockquote>2. How I can change font in Slideshow lite? I wish to use one custom font, where I can add that font?</blockquote>

    You have to define new font as you wish with the below css rule

    For example


    .ja-ss-desc .ja-ss-caption span {
    background: #000 ;
    clear: both;
    display: block;
    float: left;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    margin-top: 1px;
    padding: 0 5px;
    text-transform: uppercase;
    color: #fff ;
    font-family: 'Raleway', sans-serif;
    }

    Let me know if it helps

    ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friend
    #537858


    .ja-ss-desc .ja-ss-caption span {
    background: #000 ;
    clear: both;
    display: block;
    float: left;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    margin-top: 1px;
    padding: 0 5px;
    text-transform: uppercase;
    color: #fff ;
    font-family: 'Times New Roman', sans-serif;
    }

    :laugh:

    msilac Friend
    #538000

    Hm, thx Ninja, thx nawainruk, but nothing happend…

    I have

    .ja-ss-desc .ja-ss-caption span {
    background: #000
    clear: both;
    display: block;
    float: left;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    margin-top: 1px;
    padding: 0 5px;
    text-transform: uppercase;
    color: #fff ;
    font-family: ‘Times New Roman’, sans-serif;
    }

    in templates/ja_decor/css/mod_jaslideshowlite.css

    http://www.mojaakcija.com/TESTING/erdut

    msilac Friend
    #538267

    Update, now web is on this address erdutski-vinogradi.hr

    msilac Friend
    #538419

    Any help? This sugestion above is not working…

    Thank you

    Ninja Lead Moderator
    #538445

    <em>@msilac 431374 wrote:</em><blockquote>Update, now web is on this address erdutski-vinogradi.hr</blockquote>

    Your site is using brown theme, you have to change it from brown theme in the templates/ja_decor/css/themes/brown/mod_jaslideshowlite.css file with steps as suggested above

    msilac Friend
    #538474

    Yes, my mistake, sorry.

    Thank you

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

This topic contains 10 replies, has 3 voices, and was last updated by  msilac 10 years, 5 months ago.

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