Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #262234

    Hi,
    I’m trying to remove the extra space between header and the start of the text – especially on my first page where I have hidden the title. Can you help with the right CSS code?

    (website adress http://www.semei.no)

    Also: There is a “more posts” button that I would like to keep, but change the text(translate it) – where do I edit it?

    #262258
    Skandha
    Participant

    @nogettegmail-com: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home .singular-content-wrap, .home #content {
        padding-top: 0;
    }
    h2 {
    	margin-top: 0.6666666666666667em;
    }

    To change the More Posts text you will need to create a child theme do some customization. Let me know if you are familiar with child theme customization so that I can guide you.

    Let me know if the CSS Code works out
    Kind Regards,
    Skandha

    #262373

    Thank you so much, Skandha! It works great! (Can I also change the spacing on the other pages as well?)

    I have no idea what a child theme is, so if you would guide me in the right direction that would be much appriciated!

    – Kristine –

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove space between header image and text’ is closed to new replies.