Header, Font Size and Background
-
Hi everyone!
I have a couple of problems.
I’d like to change the picture in the header but it’s not working. I used to code I found in the forum, took a picture with the right ratio but all I get is a dark blue field.
This is what I enter in the CSS:
.page-mycarousel { background: url(‘https://sebastianstrittmatter.be/wp-admin/upload.php?item=113’) repeat scroll 0 0 / cover #143745 !important; box-shadow: 0 7px 10px -10px #000; padding: 336px 0 65px; } .page-mycarousel .img-responsive { display: none; } @media (max-width: 1441px){ .page-mycarousel { padding: 300px 0 15px; } } @media (max-width: 1200px) { .page-mycarousel { padding: 250px 0 15px; } } @media (max-width: 992px) { .page-mycarousel { padding: 200px 0 15px; } } @media (max-width: 768px) { .page-mycarousel { padding: 150px 0 15px; } } @media (max-width: 480px) { .page-mycarousel { padding: 100px 0 15px; } } @media (max-width: 300px) { .page-mycarousel { padding: 50px 0 15px; } }
I’d also like to change the font size but nothing happend when I tried to adjust it in in the settings.
I would also like to change the colour of the font at my ‘General Information’ Section to dark grey but I can’t find this option in the settings.
The page I need help with: [log in to see the link]
- The topic ‘Header, Font Size and Background’ is closed to new replies.