Sportsman

Home Forums All Other Themes Sportsman

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #132424
    Benjamin KlöppelBenjamin Klöppel
    Participant
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: October 11, 2019

    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?

    #132475
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #132487
    Benjamin KlöppelBenjamin Klöppel
    Participant
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: October 11, 2019

    Thanks 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….

    #132514
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.