Link to home
Start Free TrialLog in
Avatar of carolsanjose
carolsanjose

asked on

css help - remove overlay image

What code do I add display:none to so the vertical line on the right side disappears?
http://www.callcarol.com/example3/demo/ User generated image
ASKER CERTIFIED SOLUTION
Avatar of gwkg
gwkg
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of carolsanjose
carolsanjose

ASKER

what code do I add to the styles just for that page, since I want the vertical line to show up on other pages?
I am using a plugin call css on individual pages in Wordpress.  
what code do I add between the <style> tags to get the line to disappear just on this one page?

I just figured it out.
I added this code:
#content {
      padding-bottom:20px;
      overflow:hidden;
      background:url(images/bk_vertline.jpg) 695px 0 repeat-y;
      margin-top:35px;
}

and removed the images/bk_vertline.jpg part.