Tagged: , ,

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #97248
    Guillaume
    Participant

    Hello,

    How can I do to just remove post title on “homepage” ?
    Thanks for your help,

    Guillaume

    #97265
    Mahesh
    Keymaster

    @moskito7: Please post in your site url.

    Regards,
    Mahesh

    #97266
    Guillaume
    Participant

    for the moment the site is offline !

    #97274
    Mahesh
    Keymaster

    @moskito7: Can you please post an image for reference so I can help you further.

    Regards,
    Mahesh

    #97366
    Guillaume
    Participant

    Here is a image. I want to remove the title “Fournitures 2016” and “Course d’endurance 2016”

    Accueil

    Thanks for your help !

    #97367
    Guillaume
    Participant
    #97395
    Mahesh
    Keymaster

    @moskito7: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .home #content .entry-title {
        display: none;
    }

    Hope this helps. Let me know if any problem.

    Regards,
    Mahesh

    #97429
    Guillaume
    Participant

    I’ve done it but nothing change ! The title still here !

    #97430
    Guillaume
    Participant

    Following your model I’ve found how to remove it by adding this :

    #primary .entry-header .entry-title, #primary .page-header .page-title {
    font-family: “PT Sans”, sans-serif;
    }

    BUT, the title is now removed everywhere and I just want remove it on the frontpage.

    #97435
    Mahesh
    Keymaster

    @moskito7: Please try the following code:
    .home #primary .entry-header .entry-title,
    .home #primary .page-header .page-title {
    display: none;
    }

    Regards,
    Mahesh

    #97436
    Guillaume
    Participant

    Nothing change, the title still here !

    #97455
    Mahesh
    Keymaster

    @moskito7: It would be easier if we could check the live site. Can you please send me the HTML of the page so that I can help you further.

    Regards,
    Mahesh

    #97516
    Guillaume
    Participant

    Hi, I can’t send you my html ! The “code” shortcode doesn’t work for me !

    #97535
    Mahesh
    Keymaster

    @moskito7: You can upload it to Dropbox or other sites and share the link here. It would be easier it I can check the HTML. By default, the above code I’ve provided should have worked just fine.

    Regards,
    Mahesh

    #97573
    Guillaume
    Participant

    Here is the link…

    https://www.dropbox.com/s/1i7mcpc1mknigqz/home.html?dl=0

    Thanks for your help !
    Best regards,
    Guillaume

    #97635
    Mahesh
    Keymaster

    @moskito7: Thanks for the html. Please try the following CSS:

    .blog #content .entry-title {
        display: none;
    }

    Regards,
    Mahesh

    #97644
    Guillaume
    Participant

    It works !

    Thank you very much !

    Best regards,
    Guillaume

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Remove title only on homepage’ is closed to new replies.