• I’m trying to delete the title ABOUT from my about page. It is pretty redundant, since you have to click on the ABOUT tab to get there. I have looked this up, and tried changing the code in many different places (style.css, page.php), but nothing has worked for me. I have the twenty-ten theme, and the web address is ecbloom.com.
    Thank you so much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I hope you are making changes in child theme

    in style.css look for this code copy and paste in child theme style css
    #content .entry-title {
    color: #000000;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0;

    add
    display:none;

    Thread Starter ssbono

    (@ssbono)

    Thank you so much- it worked!!

    You are welcome

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Delete ABOUT page title’ is closed to new replies.