- This topic has 16 replies, 2 voices, and was last updated 7 years, 1 month ago by
Guillaume.
-
AuthorPosts
-
August 14, 2016 at 8:17 pm #97248
Guillaume
ParticipantHello,
How can I do to just remove post title on “homepage” ?
Thanks for your help,Guillaume
August 15, 2016 at 10:18 am #97265August 15, 2016 at 11:43 am #97266Guillaume
Participantfor the moment the site is offline !
August 15, 2016 at 3:46 pm #97274Mahesh
Keymaster@moskito7: Can you please post an image for reference so I can help you further.
Regards,
MaheshAugust 17, 2016 at 1:37 am #97366Guillaume
ParticipantHere is a image. I want to remove the title “Fournitures 2016” and “Course d’endurance 2016”
Thanks for your help !
August 17, 2016 at 1:38 am #97367Guillaume
ParticipantSomething is wrong with the image so here is the link :
https://www.dropbox.com/s/3yb4o6dnhgn4kz9/Capture%20d%27%C3%A9cran%202016-08-16%2021.46.49.png?dl=0
August 17, 2016 at 10:00 am #97395Mahesh
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,
MaheshAugust 17, 2016 at 1:59 pm #97429Guillaume
ParticipantI’ve done it but nothing change ! The title still here !
August 17, 2016 at 2:25 pm #97430Guillaume
ParticipantFollowing 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.
August 17, 2016 at 2:42 pm #97435Mahesh
Keymaster@moskito7: Please try the following code:
.home #primary .entry-header .entry-title,
.home #primary .page-header .page-title {
display: none;
}Regards,
MaheshAugust 17, 2016 at 2:48 pm #97436Guillaume
ParticipantNothing change, the title still here !
August 17, 2016 at 4:42 pm #97455Mahesh
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,
MaheshAugust 18, 2016 at 12:32 pm #97516Guillaume
ParticipantHi, I can’t send you my html ! The “code” shortcode doesn’t work for me !
August 18, 2016 at 3:21 pm #97535Mahesh
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,
MaheshAugust 19, 2016 at 1:58 am #97573Guillaume
ParticipantHere is the link…
https://www.dropbox.com/s/1i7mcpc1mknigqz/home.html?dl=0
Thanks for your help !
Best regards,
GuillaumeAugust 19, 2016 at 10:13 pm #97635Mahesh
Keymaster@moskito7: Thanks for the html. Please try the following CSS:
.blog #content .entry-title { display: none; }
Regards,
MaheshAugust 19, 2016 at 11:40 pm #97644Guillaume
ParticipantIt works !
Thank you very much !
Best regards,
Guillaume -
AuthorPosts
- The topic ‘Remove title only on homepage’ is closed to new replies.