Remove Grey Box Behind Feature Image

Posted in: Newspaper
Post count: 5

Hi there

Could you please let me know how I can remove the grey box behind the feature image? It appears on the individual post pages when the images aren’t the full dimension?

Also, please how could I add some text next to the social icons in the Top Menu Bar? If I try to add an html text area widget it appears above it, not next to it. Same if I put a title on that section. Any help would be very appreciated!

Thank you

  • This topic was modified 12 years by emma. Reason: Adding second question
Post count: 3343

Hi,
Add this CSS in Theme panel -> Custom CSS

.post .thumb-wrap {
    background: none;
}

Add a text widget above the social and add this CSS in Theme panel -> Custom CSS to fix the alignment.

.td-header-menu-wrap .textwidget {
    float: left;
}
.td-header-menu-wrap .td-social-wrap {
    float: right;
}

Thanks!

Post count: 5

Thanks so much Marius!

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