• Hi, I have the word “home” displaying on the page: Home, and I don’t know how to remove it. The only thing I have in the Page: Home, is the one line of code for my slider and thats it

    https://ranwei.net/shop/

    Please let me know

Viewing 6 replies - 1 through 6 (of 6 total)
  • This is your page title.

    If you don’t want it displayed then you can add some css to hide it.

    #content article header h1 {
        display:none;
    }

    Creating a child theme is advisable if your are going to be making a lot of css/html changes – https://codex.www.ads-software.com/Child_Themes

    Add this code to your “custom CSS” area or if you are using a child theme, to the style.css file

    .home h1 {
      display: none !important;
    }
    Thread Starter Ranscapture

    (@ranscapture)

    I’m using mystile theme I don’t know if its a child theme :/

    It won’t be a child theme unless you created one.

    You have a custom CSS area in Mystile (used it myself) so copy and paste the code I wrote above into that area and save and it will be fine.

    when you click on Mystile on the left hand menu, under general settings if you look toward the bottom there is a blank area for pasting “custom css”.

    It goes in there

    Thread Starter Ranscapture

    (@ranscapture)

    Sweet, thank you guys. Worked perfectly.

    Thread Starter Ranscapture

    (@ranscapture)

    what would one go about doing to learn how to do these on their own?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘"Home" displaying on homepage’ is closed to new replies.