Home › Forums › WoodMart support forum › Words underlined Words underlined This topic has 5 replies, 2 voices, and was last updated 4 years, 2 months ago by Elise Noromit. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts May 6, 2021 at 3:21 pm #290210 EnrichettoParticipant I write in private content. May 6, 2021 at 7:56 pm #290275 Elise NoromitMember Hello, I am afraid there is no option to set all the links underlined, you will have to customize all the links with CSS. If you have any questions please feel free to contact us. Best Regards May 7, 2021 at 7:21 am #290393 EnrichettoParticipant Ah okay. Should I put the CSS in the custom code in the right theme options? Could you write me the CSS that I should insert? May 7, 2021 at 2:35 pm #290575 Elise NoromitMember Hello, You should add the code to the Theme Settings > Custom CSS. Please provide the page URL and screen of the button. I do not have CSS for all links. There a lot of link tags used as buttons that is why there is no common code. Best Regards May 7, 2021 at 3:54 pm #290603 EnrichettoParticipant Hi, thanks for the reply! I would like the custom CSS rule to only show underlined words that have a link below, no button. For example, if I write a word and link it with this attribute: <a title=”How are you?” href=”https://mysite.com” target=”_blank” > How are you? is it not possible to insert a CSS that always applies the rule automatically? Thanks May 7, 2021 at 8:58 pm #290643 Elise NoromitMember Hello, Try to add this in such links: style="text-decoration: underline;" So it should look like: <a title=”How are you?” href=”https://mysite.com” target=”_blank” style="text-decoration: underline;">How are you?</a> Best Regards Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register