Support » Fixing WordPress » Imbalance 2 title under post images

  • Hello,

    sorry if this has already been answered but I couldn’t find anything related to this.

    I’d like to remove the title of my post under the thumbnails images on the home page, anyone knows how to do this ?

    Many many thanks !
    Sophie.

Viewing 8 replies - 1 through 8 (of 8 total)
  • This might be possible using CSS, but that cannot be determined without a link to your site. If you post a link to your site where the problem can be seen, someone might be able to help.

    Thread Starter sosoinuk

    (@sosoinuk)

    Thank u for your reply, here is my website : http://sosoinuk.com/wordpress/

    Thank you.

    You should create a Child theme or use a CSS plugin such as Simple Custom CSS to make your changes. If you do not, all of your changes will be lost if you update your theme.

    You can test this by adding it to the end of your theme’s style.css, but to make it permanent, you should do as suggested above:

    body.home .box h1 { display: none; }

    If you want the titles removed on all pages, simply remove ‘body.home ‘.

    Thread Starter sosoinuk

    (@sosoinuk)

    super cool !
    Thank you very much for this fast answer 🙂

    Thread Starter sosoinuk

    (@sosoinuk)

    And just one another question, I’m also trying to display all the projects’ thumbnails under any pages, atm its shows only 10.

    Any idea ?

    Thank you.

    That is probably the number set in Admin->Settings->Reading as the value of ‘Blog pages show at most’. That is the default number for all pages unless overridden by the theme somewhere else.

    Thread Starter sosoinuk

    (@sosoinuk)

    yes it looks like it’s overridden, I’ll try to do a deep search.

    Thank you 🙂

    Thread Starter sosoinuk

    (@sosoinuk)

    so yes it was indeed define in the loop-single.php

    thanks again for everything, have a nice weekend.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Imbalance 2 title under post images’ is closed to new replies.