twoflour
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Underlining linksHi Hannah,
We’re using column layout so no sidebars. A friend & colleague has suggested these changes, which seem to work just fine.
ul a { text-decoration:underline; } #nav-main ul.sf-menu a { text-decoration:none; }-Lynn-
Forum: Themes and Templates
In reply to: [Virtue] Underlining linksThis is with
ul a { text-decoration: underline !important; }in the custom css
Forum: Themes and Templates
In reply to: [Virtue] Underlining linksHey Hannah,
Clicked resolved too quickly.
I’ve just noticed that this doesn’t work with bullet point lists and when I add inul a { text-decoration: underline !important; }or
li a { text-decoration: underline !important; }The page menu becomes underlined. :/
Do I have any options on this one?Thanks.
LynnForum: Themes and Templates
In reply to: [Virtue] Underlining linksHi Hannah,
Thanks so much for your speedy reply. It seems to have worked a treat. 🙂
And yeah, I figured I’d need to start a new thread to get noticed.-Lynn-
Forum: Themes and Templates
In reply to: [Virtue] How to underline links in VirtueI’m having trouble with this too.
Usinga: link {
text-decoration: underline;
}works fine, except that it underlines the menu items & blog post titles.
I tried adding in the .entry-content but clearly my alteration is not correct as we go back to no underlining at all.
Tried both of these with no result...entry-content a {
text-decoration:underline;
}.entry-content a:link {
text-decoration:underline;
}Any ideas what I’m doing wrong? Thanks.
Really nice theme by the way. 🙂