Colori post Mobile Theme

Posted in: Newspaper
Post count: 145

Salve,
uso il Mobile Theme.
Vorrei sapere se è possibile modificare il colore di questi elementi sui singoli post:
https://imgur.com/a/KENsnQT
https://imgur.com/a/tU2qimA
https://imgur.com/a/qzzpdfr
https://imgur.com/a/f2miOYs

Grazie

Post count: 27744

Hello,

The color for those elements can be changed only with a custom code. Please let me know what color you want for each element to do the custom code CSS.

Thank you!

Post count: 145

Ciao Mobile Theme POST, vorrei il nero come colore:
https://imgur.com/a/cNJZBLM
https://imgur.com/a/GKsC1aQ

Grazie.

Post count: 27744

Hi,

Please set this code in Theme panel -> Mobile Theme -> Custom code -> custom css. .td-author-by, .td-post-date, body.single .td-post-comments a, .td-post-next-prev-content span
{
color: black;
}
.td-icon-commenting:before{
color: black;
}

Thank you!

Post count: 145

Ciao,

Vorrei il nero come colore anche per il Subtitle Post: https://imgur.com/a/GhMSl6J

Grazie.

Post count: 27744

Hi,

Use this cod, delete the above .td-author-by, .td-post-date, .td-post-sub-title, body.single .td-post-comments a, .td-post-next-prev-content span
{
color: black;
}
.td-icon-commenting:before{
color: black;
}

Thank you!

Post count: 145

Ciao AnaMaria, Grazie.

Si possono cambiare in colore nero anche questi elementi in tutte le pagine TAG? https://imgur.com/a/W5FFrCy

Post count: 27744

Hi,

Please add this code .td-crumb-container .entry-crumbs
a, .td-crumb-container .entry-crumbs, .td-post-author-name a
{
color: black;
}

You can create a CSS for that you want to change -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thank you!

Post count: 145

Grazie mille Anamaria! Ho risolto tutto! Grazie!

Buon weekend!

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