Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-28-2012, 05:50 PM   PM User | #1
dailytekk
New to the CF scene

 
Join Date: Apr 2012
Posts: 8
Thanks: 4
Thanked 0 Times in 0 Posts
dailytekk is an unknown quantity at this point
How to get rid of border...

Here's a sample page from my site:
http://dailytekk.com/2012/04/16/100-...d-enjoy-music/

I am wondering what the code would be to get rid of the long line above and the two short dotted lines beneath the twitter and rss counters in the sidebar. I've included a screenshot so you know exactly what I'm talking about

I'm sure it's simple but I can't fix it no matter what I try...
Attached Thumbnails
Click image for larger version

Name:	Screen Shot 2012-08-28 at 10.47.47 AM.png
Views:	27
Size:	10.4 KB
ID:	11491  
dailytekk is offline   Reply With Quote
Old 08-28-2012, 09:23 PM   PM User | #2
JT Web Design
New Coder

 
Join Date: Jun 2012
Location: Burnley, Lancashire UK
Posts: 11
Thanks: 0
Thanked 3 Times in 3 Posts
JT Web Design is an unknown quantity at this point
Hi There dailytekk,

open up this file in a text editor - http://dailytekk.com/wp-content/them...rial/style.css

for the solid line above - on line 598

.widget ul { clear:both; list-style: none; border-style: solid; border-width: 1px 0 0; }

change to

.widget ul { clear:both; list-style: none; border: none; }


for dotted borders below - on line 599

.widget ul li { padding: 10px 10px 8px; border-style: dotted; border-width: 0 0 1px; }

change to

.widget ul li { padding: 10px 10px 8px; border: none; }
JT Web Design is offline   Reply With Quote
Users who have thanked JT Web Design for this post:
dailytekk (08-28-2012)
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:25 AM.


Advertisement
Log in to turn off these ads.