• Resolved chrisgreenmusic

    (@chrisgreenmusic)


    Hi

    I’m updating my website and I’d like to hide the tagline and site title.

    Website is: https://www.blastfromthepast.org.uk

    I’d also like to get rid of the burgundy-coloured area which is the background of the site title and move the whole page upwards so the header image is at the top of the page.

    Any help would be greatly appreciated as my understanding of css is rudimentary at best!

    Cheers

    Chris

Viewing 16 replies (of 16 total)
  • I had this problem as well and was able to hide both the Title and description by doing the following:

    1. Go to
    -> ‘Appearance’ -> ‘Editor’
    2. Find the ‘Header’ section
    a. -> #title
    Add the following to hide the Title
    display: none;
    b. -> #description
    Add the following to hide the Description
    display: none;
    3. Save

    Then you’re off! Hope this helps people who have this issue in the future…

Viewing 16 replies (of 16 total)
  • The topic ‘Hide site title and tagline?’ is closed to new replies.