Hyperlink color and underline with TD Composer

Posted in: Newspaper
Post count: 5

Hello, how do I change the color and underline the hyperlinks in pages created with TD Composer?
I did not succeed in applying the codes indicated in the forum.

My website: http://www.ambsoilplant.com.br

Screenshot: https://s.nimbusweb.me/share/1865113/98idv3wztinmenx8cina

Thanks!

Post count: 20688

Hi,

That looks like an inline text element, that has an option to set a color and also hover color for the links you enter in it
https://www.screencast.com/t/7BOpoqW4z7Y

You could underline the links with a code like this for example
https://www.screencast.com/t/phm0kPYVU

The code can be entered in Theme panel->Custom CSS section, it will affect links in the inline text description.

.tdm_block_inline_text .tdm-descr a {
text-decoration: underline;
}

Thanks

Post count: 5

Thanks for the answer Simon.
Underlining resolved.

In my case the option “Links color” and “Links hover color” does not appear. Look:
http://nimb.ws/KfAvCx

Post count: 20688

From what I can see you are using theme version 8.7.2 in that version the setting was not yet implemented.
If you don’t want to update I could give you a code to chnage the links colors for the inline text, like this
https://www.screencast.com/t/cOYXcJcgIu
Use any color you want, the code can be entered in the Theme panel->Custom CSS code section

.tdm_block_inline_text a {
color: yellow;
}

If you decide to update the theme to the latest version, this is a guide
https://forum.tagdiv.com/how-to-update-the-theme-2/
Check the changelog here (to bottom of the page)
https://themeforest.net/item/newspaper/5489609
Note than since 8.7.5 the multi-purpose and tagDiv composer were combined into a single plugin. Also the Cloud library plugin was introduced
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

Post count: 5

Thank you Simon

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