Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #902279

    Hi
    on the homepage slideshow there is mask overlay used on images . You can remove it by addding this code in custom.css file

    
    .acm-slideshow .owl-carousel .item:before {
        background: none!important; }
    holmanresearch Friend
    #902965

    Hi
    on the homepage slideshow there is mask overlay used on images . You can remove it by addding this code in custom.css file

    <pre class="prettyprint linenums:1 prettyprinted" style="">

    1. <span class="pln">
    2. <span class="pun">.<span class="pln">acm<span class="pun">-<span class="pln">slideshow <span class="pun">.<span class="pln">owl<span class="pun">-<span class="pln">carousel <span class="pun">.<span class="pln">item<span class="pun">:<span class="pln">before <span class="pun">{
    3. <span class="pln">background<span class="pun">: <span class="pln">none<span class="pun">!<span class="pln">important<span class="pun">; <span class="pln"> <span class="pun">}

    I like the brightness of the first page link I provided not the second, which are you referring to?

    holmanresearch Friend
    #903013

    I like the brightness of the first page link I provided not the second, which are you referring to?

    Pankaj Sharma Moderator
    #903076

    HI
    Can u post a screenshot and direct url of page where u want to apply the modifications .

    holmanresearch Friend
    #903421
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #903582

    Hi
    Because on the support page there is mask used > http://prntscr.com/airpl2
    You can remove it with the solution given here
    after adding code it will look like this > http://prntscr.com/airpx1

    holmanresearch Friend
    #903593
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #903602

    Hi
    Go to /templates/Your JA Template/css/custom.css
    If file is not there create it.

    holmanresearch Friend
    #903888

    Did not work

    Pankaj Sharma Moderator
    #904067

    Hi
    its not working because there is no code and no custom.css on your site .
    Kindly add it > http://support.1milliondoors.org/templates/ja_platon/css/custom.css

    holmanresearch Friend
    #904134
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #904137

    Hi
    Please check my last reply . You need to add the code in custom.css file
    Look at this path : Kindly add it > http://support.1milliondoors.org/templates/ja_platon/css/custom.css
    there is no code > http://prntscr.com/aj7yvn
    I tried to add it myself but the admin details you provided does not work .
    If you want to change it from original source
    go to
    /templates/ja_platon/local/acm/slideshow/css/style.css

    Find this code

    .acm-slideshow .owl-carousel .item:before {
        background: rgba(0,0,0,0.25);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
    }

    Replace it with

    .acm-slideshow .owl-carousel .item:before {
        background: transparent;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
    }

    Both the solutions will work , You can apply anyone as u liked .
    Hope its clear now 🙂

    holmanresearch Friend
    #904291
    This reply has been marked as private.
    holmanresearch Friend
    #904292
    This reply has been marked as private.
    holmanresearch Friend
    #904295
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 17 total)

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

The topic ‘Picture in two different sites different color’ is closed to new replies.