标签: css wordpress wordpress-theming
我需要一些帮助,使以下网站的标题透明,以便下面的图像也将在标题中可见。我尝试重写CSS,但它没有用。
https://essenceprotocol.io
答案 0 :(得分:1)
我已经找到了将背景设置为透明的位置。
.stm-header__row_color { position: absolute; background-color: transparent; }