Font color hyperlink

Posted in: Newspaper
Post count: 84

Hi
How can I customize the hyperlink color on my website?
Thanks!

http://www.urban-digital.de

Post count: 35449

Hi,

If you want to change the color to a hyperlink inside a post then you can use the classic element and set the color like this http://prntscr.com/ooijd1
If you are referring to the element from a page, then you can edit it using the tagDiv Composer, click on the element and check the style tab http://prntscr.com/ooikok -> https://forum.tagdiv.com/flex-block-settings-guide/

Theme colors introduction -> https://forum.tagdiv.com/theme-colors-introduction/

Please provide some more details about the hyperlinks that you want to change the color, some screenshots.

Hope this will help!
Thank you!

Post count: 84

Hey, Thanks for your help!
I want hyperlinks to be underlined – how can I make this?
For instance on this post: https://urban-digital.de/digitale-stadt-2/

Post count: 35449

Hi,

If you want to underline the hyperlinks you need to edit the posts, select the hyperlink and pres ctrl+u -> http://prntscr.com/ope9y7 -> https://prnt.sc/oofq0j
or if you want to have the all hyperlinks on post to be underline you can use a custom css -> http://prntscr.com/opecdr
.single .td-pb-span8 .tdb_single_content a{
text-decoration: underline!important;
}

The code need to be set in Theme panel>Custom code>Custom css and will apply on all post that have set a single post template form cloud.

Thank you!

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