Custom background picture hides text
-
I had help from wordpress posting a custom background picture for my website http://www.mettetolling.dk. However the background picture hides headlinetext on the pages. Anyone have a clue what to do?
This is the css added:
.page .hero.with-featured-image {
position: relative;
background: url(‘https://mettetollingdk.files.wordpress.com/2016/11/baggrund-node.jpg’);
background-size: 1500px;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}.home .hero.with-featured-image {
position: relative;
background: url(‘https://mettetollingdk.files.wordpress.com/2016/11/violin-i-skov.jpg?w=1230&h=1230&crop=1’);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}The blog I need help with is: (visible only to logged in users)
-
Hello there!
I’m not seeing the background overlap any text, is this still an issue? If it is, would you mind specifying which text is being hidden?
Let me know,
Sage
- The topic ‘Custom background picture hides text’ is closed to new replies.