This topic has 11 replies, 5 voices, and was last updated 10 years, 1 months ago ago by Stan Russell
Hello, have some issues with an theme, cannot disable post information like date, author, comments off, uncategorized . you can check it at my site:
http://lt.scorpion3d.com/blogas/
as well then pressing read more button, the same issue http://lt.scorpion3d.com/video-montazas/#more-55
I’ve renamed default.custom.css file to custom.css as per youtube tutorial which i sow from another topic created by 8eiththeme. but then i enabled (turned on) custom css via theme interface, and tryed modify via cuscom.css file in the text editor nothing changed…
.post-info {
display:none;
}
.author-info, .title-alt {
display: none;
}
(not working)
checked articles:#15912, #9360
does anybody working on this issue ? there is no update for 16 hours, 00 minutes ago.
Hello,
Sorry for a delay.
I’ve replaced your code with this one:
.post-information {
display: none;
}
Please check your blog now.
Regards,
Eva Kemp.
Perfect, that fixed this issue. Have a question for the similar problem
http://lt.scorpion3d.com/kontaktai/ this is a contact page but am using my native language and in the page I can see words “contact form” is there some kind of solution to rename it or disable it as post information ?
Hello,
Please add this code into custom.css file:
#contact_container h2 { display: none !important; }
Regards,
Eva Kemp.
thank you so much!
You’re welcome!
Regards,
Robert Hall.
Hello,
I would like to hide the name of the author of the post.
I tried to paste the code:
.post-information {
display: none;
}
in custom.css file (ex default.custom.css).
I of course renamed default.custom.css in custom.css and activated in the control panel of the theme (Enable Custom CSS file -> ON).
but nothing changes…
Could you help me?
Thanks in advance.
Faf
Hello @faf,
Please provide us with wp-admin panel credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Hello @Eva Kemp,
I solved it by pasting the following code:
.post-info {
display: none;
}
into the file custom.css
Thank you anyway.
Regards,
Faf
We are happy that you have solved your problem
The issue related to '‘IDstore disable author visibility on posts (custom CSS not do any effect)’' has been successfully resolved, and the topic is now closed for further responses