• Resolved birdytinka

    (@birdytinka)


    Hi there,

    I would like to hide the page titles from my WordPress site (like About, Home, etc.)

    I found a couple of threads here but the suggestions didn’t work for me. I don’t have a child CSS.

    I just have the normal style.css sheet in my editor so will need to make the changes there. My website URL is monikamundell.com

    Can you please help me do this?

    Thanks so much in advance.

    Monika

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

    (@wpyogi)

    You should not make changes in the theme style.css – they will be erased when the theme is updated. If you don’t want or need to modify anything other than CSS, you can add custom CSS via a plugin – such as this one:

    https://www.ads-software.com/extend/plugins/custom-css-manager-plugin/

    Then try adding this CSS code to it:

    .title h2 {
       display: none;
    }

    Pioneer Web Design

    (@swansonphotos)

    First, you should update your version of WP… 3.3.1 is outdated (and may be insecure on your host).

    Second, investigate if you can create a child theme based on your current theme as any direct edits may be lost.

    Next, if you cannot do second item, use the Jetpack custom CSS module (or other custom css plugin) instead to add your custom CSS.

    Finally, include this:

    .post .title {display:none;}

    Also, there are some issues with resourcse on your site and mime types…review with host..

    Thread Starter birdytinka

    (@birdytinka)

    Thank you WPyogi,

    Really appreciate your help. It worked. ?? Woohoo.

    Thanks Seacost Web Design Member,

    I will investigate.

    Monika

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Canyon theme issues with hiding page name’ is closed to new replies.