-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 20, 2017 at 3:31 am #1068993Hi
The css path depends on your theme. KIndly share the URL of site here i will check and give you exact path.
Please turn off the css compression from site.Regards
edna bonfim Friendedna bonfim
- Join date:
- January 2016
- Posts:
- 95
- Downloads:
- 60
- Uploads:
- 56
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
October 20, 2017 at 2:32 pm #1069161This 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
October 23, 2017 at 1:38 am #1069393Hi
open file
/templates/ja_healthcare/local/acm/slideshow/css/themes/spa/style.cssFind
.acm-slideshow .owl-carousel .item .mask { background: #ffcc00; position: absolute; top: 0; right: 50%; height: 100%; margin-right: 205px; opacity: 0; filter: alpha(opacity=0); }
replace it with
.acm-slideshow .owl-carousel .item .mask { background: #ffcc00; position: absolute; top: 0; right: 50%; height: 100%; margin-right: 205px; opacity: 0; filter: alpha(opacity=0); display:none;}
it will remove the mask.
Regards
edna bonfim Friendedna bonfim
- Join date:
- January 2016
- Posts:
- 95
- Downloads:
- 60
- Uploads:
- 56
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
October 25, 2017 at 3:09 pm #1070045Hi Pankaj,
It’s fine now!!
Thank you very much.
EdnaPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 26, 2017 at 1:38 am #1070119You are welcome!
edna bonfim Friendedna bonfim
- Join date:
- January 2016
- Posts:
- 95
- Downloads:
- 60
- Uploads:
- 56
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
November 5, 2017 at 1:33 am #1072361This 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
November 6, 2017 at 3:18 am #1072515Hi
Add this code in custom.css file.acm-slideshow .owl-carousel .item .mask {display:none;}
Save and check.
Regards
edna bonfim Friendedna bonfim
- Join date:
- January 2016
- Posts:
- 95
- Downloads:
- 60
- Uploads:
- 56
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
November 6, 2017 at 1:34 pm #1072686Hi,
I put the custom.css in this path /acm/slideshow/css/themes/spa/custom.css – but it does not work!! Could you please give me the correct path?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 7, 2017 at 2:32 am #1072781Hi
Add it in your template folder /css/custom.css file.Regards
edna bonfim Friendedna bonfim
- Join date:
- January 2016
- Posts:
- 95
- Downloads:
- 60
- Uploads:
- 56
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
November 7, 2017 at 11:40 am #1072903Ok. It’s works fine again!!
Thank you very much -
AuthorPosts
This topic contains 10 replies, has 2 voices, and was last updated by edna bonfim 7 years ago.
The topic ‘Reduce Opacity the slideshow’ is closed to new replies.