Home › Forums › All Other Themes › Sportsman
- This topic has 3 replies, 2 voices, and was last updated 3 years, 11 months ago by
Forum Moderator.
-
AuthorPosts
-
October 14, 2019 at 8:12 am #132424
Hi 🙂
Excuse me, but I have some more questions about the theme Sportsmann
1. in my blog page are above the letters, unfortunately I don’t find anything like / where to get them away again.
https://werun4fun.de/berichte/2. in my “normal” pages is in the desktop view a black bar under the logo, is there a way to get this way?
https://werun4fun.de/laufverein-werun4fun-e-v/3. in the mobile phone view the background is not black but purple, where can this be changed?
October 15, 2019 at 8:49 am #132475Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { .header { background: #484849; } } .page_head, .post_head { background: #545556; }
Regards,
ChrisOctober 15, 2019 at 10:23 am #132487Thanks for the help 🙂
When I enter this code, the dark background also appears on the blog page (previously only the logo with a transparent dark background was visible), but the dark background is still too large.
How do I get it to the same height as the logo?https://werun4fun.de/berichte/
is there any chance of deleting the letters at the top left of the page?
I find in the setting unfortunately nothing….
October 16, 2019 at 4:59 am #132514Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.page_head, .post_head { height:175px; font-size:0;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.