Styles for widget

Posted in: Newspaper
Post count: 5

Hi, in the widget shown in the link, I need to have the main title GIFs – ver más (see more) to be a link to a category. Then I need to delete the CATEGORY title (“GIF” in this case) and I need also to make the titles of the posts to be smaller or maybe delete them. Also make the pictures to have less space between each other.

widget screenshot

I could sort of get by this using the code below, but of course is no ideal. How should I approach this kind of issues? Thanks in advance.

</.td_module_18 .td-module-title,
.td-what .td_module_18 .td-post-category {
display: none;
}

.td_module_wrap {
padding-bottom: 0;
}code>

Post count: 20688

Hi,

It would be helpful if you could provide a link to your website, so I can see what widget is that. Or maybe provide more details as to what that widget element is. If it supports setting a link for the title, then you can use that option.
All the theme font settings are in the Theme panel->Theme fonts, if you want to make the font smaller
https://forum.tagdiv.com/font-customization/
I don’t know where you want to make the images have less space between them, but the modules the theme uses do not have that option. All the blocks have their own styles, you can see them all in different layouts here
https://demo.tagdiv.com/newspaper/block-1/
If you want to remove the category tag on a specific module, that can be done in the theme panel
https://www.screencast.com/t/iAGdCRYlZ

Thanks

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