Home › Forums › Pro Themes › Restaurantz Pro › Lighten banner image
Tagged: mail@lhj-webdesign.dk
- This topic has 14 replies, 3 voices, and was last updated 7 years, 2 months ago by wensolutions.
-
AuthorPosts
-
December 20, 2016 at 4:03 am #26091LHJWEBParticipant
Hi Theme Palace.
I bought Restaurantz Pro and would like that the big banner picture is not that dark. It is as if there is a dark color below the image, how can I remove it, so the picture is bright and clear ?. The website can be viewed at http://www.joergensen-online.dkBest Regards Lars
December 20, 2016 at 5:18 am #26145wensolutionsKeymasterHello,
To remove the overlay ( dark layer ) over the images in the main slider please paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS field :
.so-widget-sow-hero .sow-slider-base ul.sow-slider-images li.sow-slider-image::after { background: none!important }
Hope this Helps,
Best Regards !!
December 20, 2016 at 10:44 am #26281LHJWEBParticipantThanks a lot 🙂 It worked perfectely. Could you tell me how to remove the overlay (the dark layer) on the header image? – http://www.joergensen-online.dk/da/motellet/
Best regards,
LarsDecember 20, 2016 at 9:11 pm #26339wensolutionsKeymasterHello,
To also remove the overlay from the header image, you can add the following custom CSS :
#custom-header::after { background: none; }
Hope this Helps,
Best Regards..
October 10, 2017 at 2:03 am #55204Brady CaverlyParticipantWhere do I add this custom CSS?
I assume this removes the crosshatching over the large header images?
October 10, 2017 at 3:52 am #55328wensolutionsKeymasterHello @bcaverly,
Please add above given CSS in Admin Panel > Appearance > Customize > Additional CSS .
The CSS we have provided will remove the overlay from the Header image i.e the exact image will be displayed with the effect .
Hope this helps.
Let us know if you have any confusion further.
Best Regards!!
October 10, 2017 at 1:55 pm #55357Brady CaverlyParticipantHey, thank you for your amazing quick response. Sorry, for my naiveté here but is this the proper syntax? Seems to be having no effect.
/*
You can add your own CSS here.Click the help icon above to learn more.
*/
#custom-header::after {
background: none;
}October 11, 2017 at 12:23 am #55399wensolutionsKeymasterHello @bcaverly,
The CSS we have provided will remove the overlay effect that appears in the header image .
Screen shot .
https://image.prntscr.com/image/2FozVxLQSJqxJx-nlVg_CA.pngIf this not what you meant then please explain your issue further with possible screen shot so that we can help you .
Best Regards!!
Have a good day .
October 11, 2017 at 12:31 am #55402Brady CaverlyParticipantThanks again for your quick response.
The code you gave me works like a charm for the screen over the headers on each of the sub pages. I’d like to get rid of it from the big slider at the top of the home page – SiteOrigin Hero image.
Thanks again.
October 11, 2017 at 1:30 am #55408wensolutionsKeymasterHello @bcaverly,
To remove the overlay effect over the slider use below given CSS.
.so-widget-sow-hero .sow-slider-base ul.sow-slider-images li.sow-slider-image::after { background: none; }
Hope this helps .
Best Regards!!
October 11, 2017 at 1:37 am #55409Brady CaverlyParticipantWorks perfectly. You guys really are awesome! Thanks.
October 11, 2017 at 2:35 am #55411wensolutionsKeymasterHello @bcaverly,
Glad we could help you .
If there is any confusion further then please do not hesitate to post them .
Best Regards!!
October 11, 2017 at 4:18 pm #55465Brady CaverlyParticipantAnd, I’m back… I know you guys explicitly say you don’t offer customizations here (and I don’t blame you) so I may be pushing my luck but is there an easy way to make that sow-hero image responsive (ie scale for smaller screens?) It appears the default action is to crop the sides. And so on phones I end up with a very tall image with the sides cut off, would prefer just a scaled down version of the whole image.
Thanks again if you can help.
Cheers.
-b
October 12, 2017 at 12:10 am #55490Brady CaverlyParticipantNevermind. I think I figured it out. Thanks anyway.
October 12, 2017 at 2:18 am #55515wensolutionsKeymasterHello @bcaverly ,
Glad that you figured out the issue by your self.
But if you have any confusion please let us know.
Best Regards!!
-
AuthorPosts
- You must be logged in to reply to this topic.