Home › Forums › Panaroma Forum › home page slider opacity
- This topic has 12 replies, 5 voices, and was last updated 6 years, 9 months ago by Sonl Sinha.
-
AuthorPosts
-
November 5, 2015 at 8:07 pm #13822
I’m looking for the CSS that will make the hover color on the home page slider less opaque. Currently the underlying image is barely visible.
November 6, 2015 at 8:23 am #13856Kindly show us the website.
Will help with simple CSS instructions.
Regards,
ShriNovember 6, 2015 at 12:56 pm #13916I’ve tested opacity settings on many of the CSS items but can’t find one that will reduce the opacity of the color obscuring the paintings on the home page during rollover. Thanks!
www.billdukeart.com
November 9, 2015 at 11:02 am #14047I think its already given in Basic Settings. And i see you changed the color.
If you still can’t do the opacity go to Appearance>Theme Options>Layout Settings>Custom CSS:
.strip_template figure section:hover .strip-fadder{opacity:0.7}
Regards,
ShriNovember 11, 2015 at 3:27 pm #14182Thanks Shri, but the CSS you suggest has no effect on the opacity of the hover. Perhaps it is in the script that controls the slider.
In general, it makes little sense to obscure the image when it is enlarged. The reason for enlarging an image is so that you can see more of it.November 17, 2015 at 8:08 am #14552I see the image color and opacity has been changed to what we offer so think this is resolved.
Regards,
ShriNovember 29, 2015 at 8:09 pm #15524Hello,
I would like also reduce the opacity on home slider but this CSS:
.strip_template figure section:hover .strip-fadder{opacity:0.7}
Do not work.http://yoliy.com/
And on my gallery page is text (Buy this theme) is possible this text erase?
http://yoliy.com/lifestyle/
Thank you for reply.
Best Regards
MiroslavNovember 30, 2015 at 11:54 am #15570Hi,
For Opacity on homepage slider use this:
.strip_template figure section:hover .strip-fadder{opacity:0.7 !important; background:rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;}For removing buy this theme button use :
.buy-button{display:none !important;}Regards,
ShriNovember 30, 2015 at 3:20 pm #15592Thanks Shri, CSS for the slider works perfectly.
Cheers!
November 30, 2015 at 6:46 pm #15607Yes, both works.
Thanks a lot.
Best Regards
MiroslavDecember 1, 2015 at 5:57 am #15641Great
Regards,
ShriFebruary 2, 2018 at 4:45 am #93261Hi i want to modify the opacity of the sliders too, but one code doesnt change anything, and the other one:
.strip_template figure section:hover .strip-fadder{opacity:0.7 !important; background:rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;}
removes it all.
I would like to have only 20% opacity so we can see the text well and also the background image
Thanks for your help
February 2, 2018 at 5:45 am #93281Hi,
Kindly go to Appearance >> Theme Options >> Layout Settings >> Custom CSS Box:
Add this code there:
.strip_template figure section:hover .strip-fadder{ background:rgba(0, 0, 0, 0.2) none repeat scroll 0 0 !important;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.