I inspected element and found the right part of .css file. My case WAS:
Line 83: h2 {
font-size: 28px;
CHANGED TO:
h2 {
display: none;
font-size: 28px;
It all worked!
Hi Andrew. Did that. What should I do next? Sorry, I am ding all by myself and not webdesigner… 🙂
Thanks for replies. However, I don’t know how to do it for simple catch. I have seen some solutions, several of them actually, but they are not applicable for this theme. I have also tried to use them, edited my styles.css file- no result. Obviously I was editing the wrong part. Could you tell what part of styles.css to change?