Hi support,
How can I remove italic text-decoration on description on td_block_auhor?
Not just on one, but on all td_block_author boxes.
Url: https://servicenews.dk/servicevirksomheder/
Scroll a little bit down and you will see the italic descriptions below the icons/images – marked with A.
See this images as well: 
And how can I remove or change the tooltip when hovering the icon/image – marked with B.
Thanks 🙂
/Twolle
Hi,
This can be achieve using tagDiv Composer -> https://i.imgur.com/sCJbR8C.png or you can use a custom css like this one:
.td_block_author .td-author-description {
font-style: normal;
}
The code need to be set in theme panel> custom code> custom css.
Thank you!
Thanks for trying to help Calin, but the descriptions are still italic.
I tried to clear cache and change to:
.td_block_author .td-author-description {
font-style: normal!important;
}
…but no :-/
What can we do?
PS – the custom code is still there, if you wanna look at it.
Thanks 🙂
/Twolle
Haha… I just tried again, and now it works 🙂
Don’t know what I missed the first time.
Next question:
And how can I remove or change the tooltip when hovering the icon/image – marked with B.
Right now the tooltip is combination of the page name and a number. Like this: Servicevirksomhed 1, Servicevirksomhed 2, Servicevirksomhed 3….. that has nothing to do with the authors.
Hi,
The tooltip will display the title of image set in your media -> https://i.imgur.com/e5pywgC.png chnage the image name and this tooltip will change too.
Thank you!
Hi,
I just checked this on my install and for me the tooltip (image title) is not displaying -> https://i.imgur.com/UqrhDf3.png it can be set on images by one of your plugins.
Let me know the results!
Thank you!

