-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 20, 2016 at 2:52 am #902279Hi
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 Friendholmanresearch
- Join date:
- August 2015
- Posts:
- 140
- Downloads:
- 86
- Uploads:
- 5
- Thanks:
- 1
- Thanked:
- 3 times in 3 posts
March 21, 2016 at 5:26 pm #902965Hi
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="">
- <span class="pln">
- <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">{
- <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 Friendholmanresearch
- Join date:
- August 2015
- Posts:
- 140
- Downloads:
- 86
- Uploads:
- 5
- Thanks:
- 1
- Thanked:
- 3 times in 3 posts
March 21, 2016 at 8:33 pm #903013I like the brightness of the first page link I provided not the second, which are you referring to?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 22, 2016 at 1:06 am #903076HI
Can u post a screenshot and direct url of page where u want to apply the modifications .holmanresearch Friendholmanresearch
- Join date:
- August 2015
- Posts:
- 140
- Downloads:
- 86
- Uploads:
- 5
- Thanks:
- 1
- Thanked:
- 3 times in 3 posts
March 22, 2016 at 4:08 pm #903421This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 23, 2016 at 2:24 am #903582Hi
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/airpx1holmanresearch Friendholmanresearch
- Join date:
- August 2015
- Posts:
- 140
- Downloads:
- 86
- Uploads:
- 5
- Thanks:
- 1
- Thanked:
- 3 times in 3 posts
March 23, 2016 at 2:53 am #903593This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 23, 2016 at 3:29 am #903602Hi
Go to /templates/Your JA Template/css/custom.css
If file is not there create it.holmanresearch Friendholmanresearch
- Join date:
- August 2015
- Posts:
- 140
- Downloads:
- 86
- Uploads:
- 5
- Thanks:
- 1
- Thanked:
- 3 times in 3 posts
March 23, 2016 at 1:54 pm #903888Did not work
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 24, 2016 at 12:04 am #904067Hi
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.cssholmanresearch Friendholmanresearch
- Join date:
- August 2015
- Posts:
- 140
- Downloads:
- 86
- Uploads:
- 5
- Thanks:
- 1
- Thanked:
- 3 times in 3 posts
March 24, 2016 at 3:16 am #904134This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 24, 2016 at 3:24 am #904137Hi
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.cssFind 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 Friendholmanresearch
- Join date:
- August 2015
- Posts:
- 140
- Downloads:
- 86
- Uploads:
- 5
- Thanks:
- 1
- Thanked:
- 3 times in 3 posts
March 24, 2016 at 1:16 pm #904291This reply has been marked as private.holmanresearch Friendholmanresearch
- Join date:
- August 2015
- Posts:
- 140
- Downloads:
- 86
- Uploads:
- 5
- Thanks:
- 1
- Thanked:
- 3 times in 3 posts
March 24, 2016 at 1:19 pm #904292This reply has been marked as private.holmanresearch Friendholmanresearch
- Join date:
- August 2015
- Posts:
- 140
- Downloads:
- 86
- Uploads:
- 5
- Thanks:
- 1
- Thanked:
- 3 times in 3 posts
March 24, 2016 at 1:27 pm #904295This reply has been marked as private. -
AuthorPosts
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.