最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

css - Remove transparancy in Sydney theme's headerimage

programmeradmin0浏览0评论

I'm bulimg a Wordpress site on the Sydney theme. On some pages the header image is kind of transparent. Not on the start page, but on all the other sites (example here: /) how can I fix the issue, so that the header image is not transparent on all pages.

I'm bulimg a Wordpress site on the Sydney theme. On some pages the header image is kind of transparent. Not on the start page, but on all the other sites (example here: https://www.ferienhof-rauchhaus.de/ferienwohnungen/) how can I fix the issue, so that the header image is not transparent on all pages.

Share Improve this question asked Dec 20, 2020 at 11:26 M.FriedrichM.Friedrich 111 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

It's actually not the image that is transparent. There is an overlay box on top of the image (and THAT is transparent). :-)

There are several ways to fix it.

The clean way

To find the overlay in the backend and see if you can disable it. Or perhaps make it 100% transparent (opacity: 0). Depending on the theme, then this might not be an option, but I would guess that it is (somewhere).

I'm not familiar with that theme, specifically.

The dirty way

You could simply add this to your themes custom styles:

.sydney-hero-area .overlay {display: none !important;}

发布评论

评论列表(0)

  1. 暂无评论