Need Help for Customization

Posted in: Newspaper
Post count: 20688

Hi,

You can use the browser inspector tool to help you make various customization throughout the website. It is a very powerful tool
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
For example a code like this to make all the socials the same color, like you mention
https://www.screencast.com/t/COC2YsP3CGo

.td-post-sharing .td-social-sharing-button .td-social-but-icon {
background-color: grey;
}

Like this for the pagination – https://www.screencast.com/t/CmByLOhZSy1

.page-nav a, .page-nav span {
border-radius: 50%;
}

Featured images or videos can only be set like this
https://forum.tagdiv.com/featured-image-or-video/
There could be plugins that may offer the option to automatically set featured images, but we have not tested any.

Those images are part of a gallery, check the gallery settings to see what options it has. Create it as you like.

Viewing 26 post (of 26 total)
The forum ‘Newspaper’ is closed to new topics and replies.