Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • techsquare Friend
    #1082364

    Can I set the slide background to other color or image?

    Pankaj Sharma Moderator
    #1082383

    Hi
    You can add code in /css/custom.css file to add a colour to slideshow

    .ja-slideshow {background:#eee;}

    You also use background image style for this style class, in case you need a background image.

    Regards

    techsquare Friend
    #1082393

    Thanks for your reply

    How about the description text position and text background color?

    Pankaj Sharma Moderator
    #1082522

    Hi
    here is background color code for the text

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

    For Text use this code

    .ja-ss-desc h2 {color:#000;}
    .ja-ss-desc h3 {color:#000;}
    .ja-ss-desc p {color:#000;}

    Regards

    techsquare Friend
    #1082539

    How can I modify the description position? for example in the left hand side middle.

    • This reply was modified 6 years, 4 months ago by  techsquare.
    Pankaj Sharma Moderator
    #1082541

    Hi
    You use firebug or inspect element to check the style code of the slideshow for each part and overrides it via the custom.css file.
    example: http://prntscr.com/hqbwav
    This way you can customise it.

    Regards

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

This topic contains 5 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