Go Back   Profit Blogging Forum > Community Forum > Installing and Using WordPress

Installing and Using WordPress Post all questions on installing, upgrading, moving, importing and deleting Wordpress here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 29-02-08
brianwong's Avatar
brianwong brianwong is offline
Fresh Meat
 
Join Date: Feb 2008
Posts: 2
Default Changing Link Decoration

Hi guys,

I am using the Super Adsense Review theme on my blog and I really like it.

I want to change the link decoration such that it will display a light blue with a dotted line below each link. I want to model it after www.johnchow.com

Does anyone know how to modify the CSS to create this effect? I think it has something to do with using a transparent and tiny image as the underline. Any expert help here will be much appreciated.

My blog is at http://brianwong.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 29-02-08
nekonron nekonron is offline
Administrator
 
Join Date: Dec 2007
Posts: 233
Default

I assume that you want to change the links at the sidebar, so I'll paste the sample css codes for that, although you can actually apply it for other links as well:

#sidebar ul li a {
color:#666;
border-bottom: 1px dotted #207dd4;
margin:0;
}

#sidebar ul li a:hover {
color:#3000EF;
margin:0;
border-bottom: 2px solid #2F78BF;
}

"color" refers to the color of your link
"border-bottom: " is how you want your line underneath the link to be like. The code goes like this:

size (i.e. 1px) style (dotted or solid) color code
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-03-08
brianwong's Avatar
brianwong brianwong is offline
Fresh Meat
 
Join Date: Feb 2008
Posts: 2
Default

Thanks a lot. It works - check out the post links at http://brianwong.com

Will it break anything if I make the post font larger? How to I make the font 1 point larger? Thanks for your help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 03-03-08
nekonron nekonron is offline
Administrator
 
Join Date: Dec 2007
Posts: 233
Default

Changing your post font size should not have any negative effect on your blog. In your css file, look for #content and change the font-size:12px; to 13px or any other size you want.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +9. The time now is 12:42 AM.


LinkBacks Enabled by vBSEO 3.0.0 RC4

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29