CSS Custom Blog Page

Posted in: Newspaper
Post count: 22

I have custom css I only want applied to the blog page that’s been set
.blog {} isn’t working for me, ie as a test:
.blog h3 {
display: none !important;
}

And where I’m expecting to see a page-id in the body class, doesn’t exist:
<body class=”td-standard-pack global-block-template-13 tdc-header-template tdc-footer-template td-animation-stack-type0 td-boxed-layout td-js-loaded” itemscope=”itemscope” itemtype=”https://schema.org/WebPage”&gt;

Using the class provided (see above) in combination with desired elements produces similar results on other pages, which is unwanted. For example:
.td-standard-pack.global-block-template-13.tdc-header-template.tdc-footer-template.td-animation-stack-type0.td-boxed-layout.td-js-loaded .entry-thumb.td-animation-stack-type0-2 {
width: 200px;
display: inline-block;
float: left;
margin-right: 20px;
border: 1px solid #F9BF00;
}

Also, td composer is disabled for the page in question with the comment “TD Composer is disabled on Posts Page”, so I can’t seem to create a custom class for it, either:
https://www.screencast.com/t/G1ivIjj1d

Can’t help but feel kinda stuck.

Suggestions?

Post count: 22

Attempted using WP Add Custom CSS but wouldn’t apply even a simple rule to the page.

Post count: 18283

Hello !

Please let us know ( with screenshots if possible ) what you are trying to achieve. Maybe it can be done using tagDiv Composer if activated on your posts.

Thank you !

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