Remove a header image from Single posts

Posted in: Newspaper
Post count: 27

Hi.
My website http://mireceptov.ru/2018/03/domashnee-morozhenoe-s-vanilyu-kak-v-luchshih-restoranah-italii/
How can I remove the header image only from single posts?

Post count: 23312

Hello neoandrej,

You should use a custom CSS code with a certain post ID if you want to make these changes only for a specific post page. As a hint, you should try using the following code and place it in Theme panel -> Custom CSS area.

The code is ->

.postid-1090 .td-main-logo img{
display:none;
}

The result is here -> https://www.screencast.com/t/w6awJvFBh

Thanks for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.