Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2014-08-07 19:52:02

Ken
Member
Registered: 2013-03-16
Posts: 314
Website

How to remove Cart horizontal rule?

When I add something to the cart, the View Cart text appears in the upper right hand corner of the page. There is a horizontal rule below this that runs the entire width of the browser page. How do I modify or get rid of this rule?

Here is the link to my test cart:

http://ioscapes.com/webtest/galleries/cart-test/

Last edited by Ken (2014-08-07 19:57:54)

Offline

#2 2014-08-07 22:20:29

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: How to remove Cart horizontal rule?

That's a box-shadow. you can remove it with custom css via phplugins

this would probably work

.status-bar {
   box-shadow: none;
}


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

Board footer

Powered by FluxBB