Remove italic text-decoration on description on td_block_auhor

Posted in: Newspaper
Post count: 112

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: https://servicenews.dk/wp-content/uploads/2020/04/Servicevirksomheder_-_ServiceNews.png

And how can I remove or change the tooltip when hovering the icon/image – marked with B.

Thanks 🙂

/Twolle

Post count: 112

And is it possible to use <br> or <p> in the descriptions in order to split up the text?

Post count: 35449

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!

Post count: 112

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

Post count: 112

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.

Post count: 35449

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!

Post count: 112

No this is not true.

My images all have handwritten titles, also the image/icon of this author:

https://servicenews.dk/wp-content/uploads/2020/04/Image-Author-Servicebranchen-ServiceNews.png

Something else must be wrong.

/Twolle

Post count: 35449

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!

Post count: 112

Thanks, Calin – for pointing me in the right direction.

A title setting on images in “Rank Math SEO” gave this strange tooltip.

Please close.

/Twolle

Post count: 35449

Hi,

Maybe you can use the options from “Rank Math SEO” to display what you want in that tooltip.

Have a nice weekend!

Viewing 10 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic.