Hi, you gave me this code:
.category-xxx .td-module-meta-info {
display: none;
}
And this one
.td-classic-twitter{
display:none!important;
}
.td-classic-facebook{
display:none!important;
}
It hides some informations. Is there a way modify it in order to disable these informations and not just hide them?
My question also applies for the mobile version, here are the codes you gave me :
.single .xxx .td-module-meta-info{
display:none;
}
.td-category-siblings{
display:none;
}
Thanks for your help.
Hello meri,
If you want that your changes to be applied only to mobile devices notice that you should add your custom code in Advanced CSS box from here -> https://www.screencast.com/t/bbRhJ9DLLjE Please be more specific on which exactly information you do not want to hide so I will be able to provide a more accurate response.
Thanks for the message!
Hi Catalin,
It seems that you didn’t understand my message.
At the moment these codes are HIDDING some information (display:none).
I want to DISABLE these informations, is it possible ?
Please note that td-classic-twitter, td-classic-facebook and td-category-siblings can be disabled everywhere.
BUT td-module-meta-info should be disabled for SOME CATEGORIES ONLY.
Sorry for the caps, wanted to make sure I was as clear as possible. Hope you will be able to help me.
Thanks
Hello meri,
Here is talking about two different things. So, the module meta information is referring to the modules/blocks on the page and this section contains there -> https://www.screencast.com/t/0Gg9Obt53ff The td-classic facebook and twitter are placed on the post pages and if you want to hide them, you should use the following code and place it in Theme panel -> Custom CSS area.
.td-classic-facebook, .td-classic-twitter{
display:none!important;
}
The sibling’s category is here -> https://www.screencast.com/t/yBlXV5VkHXI. Tell me exactly you want to hide from your website so I can provide a more accurate code.
Thanks.
Hello meri,
Do you have check our theme panel settings before asking this? Please notice there is an option for it in Theme panel like this -> https://www.screencast.com/t/Jv5b6ATiyd for post pages and for pages -> https://www.screencast.com/t/LGkSl4NYkkQD -> https://www.screencast.com/t/09Z5fLdrayis
Hope this helps!
Thanks for the message!