You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Underlining Links In Recent Posts

UserPost

10:24 am
February 9, 2010


flextheme

Member

posts 6

1

Hello…

I have Recent Posts as a Widget in the right sidebar.

Right now the recent posts are NOT underlined.

How do I make all the Recent Posts show as underlined in the sidebar?

Thanks!

11:54 am
February 11, 2010


rosiecottis

New Member

posts 2

2

I have a similar question … I would like to have all my links in my actual posts underline. Is there a way to do this in style.php to avoid having to type it in the <a> tag for every individual link?

6:42 pm
February 11, 2010


Ryan

Admin

posts 1252

3

Yup, and thanks to your post, I just built that into the next theme update as an option. Laugh

Go into your style.php and clear at the end, add this:

#content .postcontent a {text-decoration: underline;}

Then save, and go in and save your theme settings. Your post links should then be underlined!

11:28 pm
February 11, 2010


rosiecottis

New Member

posts 2

4

Thanks Ryan that would be excellent! Having the option to make them bold in the next update would be great too!

For the original poster, I think you need to find this section in your style.php:

#sidebar-left a, #sidebar-left a:visited, #sidebar-left a:active, #sidebar-right a, #sidebar-right a:visited, #sidebar-right a:active {
    color: #<?php echo $flex_lsidebar_linkcolor; ?>;
    text-decoration: none;
}

change where it says none to underline without altering any of the punctuation or anything else. Click on update.

That should underline all of your links in the right and left sidebars.