Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • msilac Friend
    #186949

    How to change font size and color of description at Ja-Slideshow module like at attachment

    Thank you


    1. ja-slideshow
    pavit Moderator
    #490520

    Hi

    To change size and color goto this file

    modules/mod_jaslideshow/assets/themes/erio/style.css and find this part of code
    erio if you are using the erio theme profile otherwise change the folder for your choosed theme

    .ja-slide-desc p {
    color: #7B7D80 <---------- change color
    font-size: 12px !important;< --------------add this line and change the 12px value as you needs
    line-height: 2;
    }

    Regards

    msilac Friend
    #490527

    I Have this now:

    .ja-slide-desc {
    position: absolute;
    top: 0;
    color: #ffffff
    font-size: 16px !important;
    right: 0;
    height: 268px;
    width: 390px;
    background: #000
    opacity: .9;
    filter: alpha(opacity = 90);
    padding: 52px 40px 40px;
    }

    But that also increased font of the title…
    Colour is not changed… 🙁

    http://www.gogo.hr

    pavit Moderator
    #490534

    The code showed in my post is different from yours

    From which file did you taken that code ?

    msilac Friend
    #490551

    modules/mod_jaslideshow/assets/themes/erio/style.css

    I have added in that .CSS block

    color: #ffffff
    font-size: 16px !important;

    msilac Friend
    #490570

    pavit… can you check?

    pavit Moderator
    #490571

    <em>@msilac 369861 wrote:</em><blockquote>pavit… can you check?</blockquote>

    Already checked and seems working fine

    msilac Friend
    #490572

    <em>@pavit 369863 wrote:</em><blockquote>Already checked and seems working fine </blockquote>

    No, its not working fine, title is TO BIG and font is NOT white #ffffff

    Please can you answer?


    1. screenshot_gogo
    pavit Moderator
    #490573

    <blockquote>No, its not working fine, title is TO BIG and font is NOT white #ffffff</blockquote>

    1) I don’t know which font size you want to use

    2) The font is white #ffffff

    3) Clean your JaT3 cache

    4) Yours is a customization request so i’m helping for your customization, but please be patient and comprehensive because you are not the only user that need helps on this forum

    Thank you .

    msilac Friend
    #490574

    1. Font size of tittle need to be smaller, font of description is OK.
    2. The font i s some shade of gray… not white. Title is white. I know that in code it is ffffff but it not working.
    3. Cache cleaned Yesterday 50 times and now 5 times… in yor screenshot is also colour of description gray.
    4. I know that I’m looking for a huge and demanding help but for example for six days waiting for help, how to put a background image … and no solution it is so frustrating.

    And now, for this example can bet my life that you simply come to the administration and to make changes in css is faster but to our days of communicating what the problem is.

    Thank you

    pavit Moderator
    #490576

    It’s a problem for you sending me a temp super user account via PM ?

    i will try to modify it

    msilac Friend
    #490577

    Of course, you have PM.

    pavit Moderator
    #490578

    div.ja-moduletable .ja-slide-desc h3 {
    color: #fff <--------------This is to set the title font color
    font-size: 200%; <--------------This is to set the title font size
    }

    div.ja-moduletable .ja-slide-desc h3 a { color: #fff } <--------------This is to set the title font color if you are using the <h3> tag for it

    .ja-slide-desc p { color: #7b7d80 line-height: 2; } <--------------This is to set the description font color if you are using the <p>

    Check now

    msilac Friend
    #490579

    That’s it, great… only colour of description is stil gray…

    pavit Moderator
    #490580

    <em>@msilac 369871 wrote:</em><blockquote>That’s it, great… only colour of description is stil gray…</blockquote>

    .ja-slide-desc p { color: #7b7d80 line-height: 2; } <--------------This is to set the description font color if you are using the <p>

    change #7b7d80 to #fff if you want it white

Viewing 15 posts - 1 through 15 (of 16 total)

This topic contains 16 replies, has 2 voices, and was last updated by  msilac 11 years ago.

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