e1evation 0 Report post Posted June 3, 2011 How do I turn that on? Share this post Link to post Share on other sites
catrina 103 Report post Posted June 3, 2011 If you want ALL of your links to be underlined, you can add this CSS code to Settings > Custom Code > CSS Rules: a {text-decoration: underline;} However, if you want specific links to be underlined, let me know which ones. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
e1evation 0 Report post Posted June 3, 2011 Thanks! How about if I didn't want them to appear in my blog post titles? Only in the content of a post or in the sidebar? Share this post Link to post Share on other sites
kastelic 6 Report post Posted June 3, 2011 Hi just precede each rule with the appropriate selector like so. .post-excerpt a, .entry-wrap a, #sidebar-wrap a {text-decoration:underline} Use Firebug for Firefox or the builtin inspector for Chrome to spot any additional selectors you need to style for. Share this post Link to post Share on other sites