Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • leonloi Friend
    #899371

    Hi,

    Would like to ask on the light theme on the template , can it be make to like the other theme that have blur effect both on top and bottom ?

    Thanks.

    Pankaj Sharma Moderator
    #899381

    Hi
    Yes you can change it . Go to
    /templates/ja_playstore/css/themes/light/template.css

    Find this code :

    html .t3-header, html.homepage .t3-header {
        background-color: #222222;
        border-bottom-color: #333333;
    }

    Replace it with

    html .t3-header, html.homepage .t3-header {
        background-color: transparent;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    Also find this code in same file

    html .acm-slideshow .owl-carousel .item .img-header-bottom-mask {
        background-color: #eeeeee;
    }

    replace it with

    
    html .acm-slideshow .owl-carousel .item .img-header-bottom-mask {
        background-color: transparent;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 8 months ago.

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