• The mystile theme keeps reverting to the original banner headline and stand first default text whenever I access ANYTHING within Mystile theme options. It’s VERY annoying. I have my own picture and do not use the headline or stand first, I delete the default text in there. But if I’m not careful and go to change something (not even within the ‘homepage’ section), it will always put it back in there. I just visited my site today and noticed that stupid text was there AGAIN so I quickly changed it. Can I go into the code somewhere and just remove it forever so I don’t have to keep worrying about missing it again?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi iguanamom,

    It’s annoying I know. Copy and paste this code into your custom.css file and that will get rid of it permanently:

    .homepage-banner h1,
    .homepage-banner .description {
    	display: none;
    }

    Always a pleasure, never a chore.

    Matt

    Thank you!!!!!! I was dealing with exactly the same problem and popping in that bit of code sorted it right away..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mystile theme reverts to original banner headline/stand first’ is closed to new replies.