Hey its me again.
I would like to open up a category only dedicated to cartoons.
I have found a way to remove the thumbnails from the single postings
.td-post-featured-image {
display:none;
}
A more clean way would be really appreciated.
But I still get the Images now shown besides the Scandal!News in the footer, above the footer where Latest Postings are shown and also, even after I have removed the Category -47 from Multiple categories filter.
Some parts of the Theme so far are still a mystery for me 🙁
Hello caylean,
Please provide your website URL and also, please provide more details about what you want to achieve in this regard. You can provide some useful screenshots with your desired changes so I will be able to provide a more accurate response.
Thanks for the message!
In Screenshot you can see what I wish to have removed.

And http://www.erotik-nachrichten.com/ would be the site.
Edit Pages -> Home dowsn’t helps me in this regard, as both fields are somewhat managed another way and I do not have any clue on how.
I simply wish to have the category for cartoons removed from shoing up in the both areas marked in the screenshot where I have no idea how to edit its contents.
Kind Regards
Another strange thing that I have just relized, I am using from the start the child theme in order I have to change something in css, so that it won#t get overwritten.
Block3, Block6 and Block2 the ones I had used for some Categories are not working side by side, but get shown under each other.
Posting
Posting
Posting
Posting
instead of
Posting Posting
Posting Posting
I had checked the css and found when I reduce the width of td-block-span6 from 339px to 329px it is shown normal.
My edited css looks so far like this:
/* ----------------------------------------------------------------------------
This file will load automatically when the child theme is active. You can use it
for custom CSS.
*/
.td-post-featured-image {
display:none;
}
As I am working with the provided Child Theme, I do not see where I went wrong.
Hello caylean@gmail.com,
For your first request, please notice that you are using the Page Builder plus Latest Articles modules as you can see here -> http://screencast.com/t/wLPILREDTpLZ If you want to have control over this section you should edit your homepage and from Latest Articles section you can change the module for it, like this -> http://screencast.com/t/sVjD8BLt Regarding on footer section, please notice that this type of style is default created and if you want to change it you should edit the theme core files according to this footer template. so, if you want to remove it you simply can use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-footer-container .td_block_7{
display:none;
}
For your second request, please provide more details, provide some useful screenshots for a better understanding.
Thanks for the message!
Thank you for your reply, I will check this as soon is possible ( after Christmas 🙂 )For the second request.. how could I explain better than checking the website?

As you see in the screenshot: The marked Section is “Block 6” and should look like this
Posting 1 | Posting 2
Posting 3 | Posting 4
But it gets displayed like this
Posting 1
Posting 2
Posting 3
Posting 4
Hello Caylean,
On my side, you Block 6 look like this -> http://screencast.com/t/1UomguCMgx which is correct. Clear all your caches and check the results. Where is the problem?
Thanks for the message!