Remove divider between Title and Excerpt in Module 14 Category Display

Posted in: Newspaper
Post count: 36

How do I remove the divider between the Title/Date and the Excerpt text in Module 14 Category page display? The grey horizontal dotted line. I’d like it removed on all resolution types (desktop, tablet, phones, etc.)

Thanks!

Post count: 20688

Hi,

You can try this code to remove the border that you mention, on that respective module
https://www.screencast.com/t/3Gg3QbcpYsZ
The code must be entered in Theme panel->Custom Css

.td_module_14 .entry-title:after {
border-bottom: none;
}

Thanks

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