test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #910971

    Hi
    To change the bg color add below code in custom.css file and change the color code with your color code .

    .t3-wrapper {
        background: #1b2838!important; }

    The custom.css file will be in the /css folder of template , If its not there kindly create it .

    saguilar Friend
    #911333

    Ok, that works, but it is still a "degradate" blue below the slide.. Can I change that?

    Pankaj Sharma Moderator
    #911570

    Hi
    Go to

    templates/ja_playstore/local/acm/slideshow/css/style.css

    Find this code and change the color code with your color

    .acm-slideshow .owl-carousel .item .img-header-bottom-mask {
        background: #1b2838;
        background: -webkit-linear-gradient(transparent,#1b2838);
        background: -o-linear-gradient(transparent,#1b2838);
        background: -moz-linear-gradient(transparent,#1b2838);
        background: linear-gradient(transparent,#1b2838);
        bottom: 0;
        height: 300px;
        width: 100%;
        position: absolute;
    }
    saguilar Friend
    #911575

    Thank you so much!!

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

This topic contains 4 replies, has 2 voices, and was last updated by  saguilar 8 years, 8 months ago.

The topic ‘Change the background of the Home Page’ is closed to new replies.