How come there are no titles for the blog posts? I didn't see any option to add them. Is there a way to make them display?
http://www.americanlockservice.com/blog/
Blog titles?
11 posts from 3 voices-
Posted 10 months ago #
-
Hi satori83,
Looks like your titles were set to display: none; which is why you're not seeing the titles. Need to remove this from your Quick CSS or custom.css:
#top .post-title { display: none; }Or if you're trying to hide titles from certain pages set the CSS to be more specific like this:
body.page-template-default #top .post-title { display: none; }Hope this helps!
Regards,
MyaPosted 10 months ago # -
I was just trying to remove the titles from pages, not posts. How do I do that?
Posted 10 months ago # -
Hi satori83,
For clarification, by title do you mean the word "Automobile" from the grey section of this page?
http://www.americanlockservice.com/philadelphia-pa-automobile-lock-services/
Regards,
MyaPosted 10 months ago # -
Hmmm...no. I just noticed its only on the home page. Where it says "home" above American Lock Service is your #1 Philadelphia locksmith.
Services are available for home, business, commercial,autos, and safes.Posted 10 months ago # -
Hi!
Okay. In that case, add this to your custom.css:
body.home #top .post-title { display: none; }Regards,
MyaBest regards,
IsmaelPosted 10 months ago # -
Thanks, I appreciate it!
Posted 10 months ago # -
That actually didn't work. Is it still not specific enough? I put it in bust it's not registering in Firebug.
Posted 10 months ago # -
Hi,
Try
#top.home .post-title { display: none; }Regards,
IsmaelPosted 10 months ago # -
That worked. Thanks!
Posted 10 months ago # -
Hi satori83,
Glad that I could help you. :)
Cheers,
IsmaelPosted 10 months ago #
Topic Closed
This topic has been closed to new replies.














