• Resolved davegk

    (@davegk)


    Hi there,

    I’m working on this site:
    https://www.vandacards.com/home1

    When you add an item to cart, there’s a red background behind the item description text and also a red background in the shopping cart behind the sub-total amount. I’ve looked through the css file and can’t find that color code anywhere – how can I change it?

    I also want to remove the border lines (make them white) in the shopping cart…can’t find the code to adjust for that either.

    Thanks!
    -David

Viewing 9 replies - 1 through 9 (of 9 total)
  • That’s a theme issue – not a plugin one. Try using Firefox with the Firebug add-on for this kind of CSS work.
    https://getfirebug.com/

    Thread Starter davegk

    (@davegk)

    oh, found it…i guess the plugin added a section to the theme css file upon installation.

    thanks!

    No. It has its own .css file.

    Thread Starter davegk

    (@davegk)

    yes, but in addition to its own css file, it added some lines to the css file of the theme which is where i found the necessary color code to change what I needed.

    anyway, it worked ??
    -David

    As one of eShop developers, I can assure you that the plugin adds NOTHING to the theme’s CSS file.

    Thread Starter davegk

    (@davegk)

    hmm, ok…i guess the theme developer must have put the code into the theme css file then…

    here’s the code:

    .eshopcart_widget { text-shadow: 1px 1px 0px #fff !important;}
    table.eshop thead th,table.cart thead th, table.eshop tbody th { background-color: #dbd9d5 !important; text-shadow: 1px 1px 0px #fff !important; }
    table.eshop,table.eshop th,table.eshop td {	border:1px solid #ddd !important; }
    table.cart tr.stotal {	background:#ddd !important;	color:#fff !important; text-shadow: -1px -1px 0px #7e1e0a !important;}
    form.eshop fieldset { background:#f7f7f7 !important; color:#7c7b7a !important;  border:1px solid #dadada !important; }
    form.eshop legend {	background:#ddd !important;	color:#fff !important;	border-width:1px !important; border-style:solid !important; border-color:#ddd !important;}
    form.eshop input.button { background:#ddd !important; border-color:#ddd!important; }
    .eshop  caption {display: none; }
    .post table.eshop thead th, .post table.cart thead th, .post table.eshop tbody th { background-color: #f3f3f3 !important;}
    table.cart tr.stotal #subtotalw, .post form.eshop table.cart tr.stotal #subtotalw { color: #404040!important; }
    .post .eshop {margin: 40px 0px 0px 0px !important; }

    That’s from your theme – not the plugin. I should also warn you that we do not recommend, or support, the use of the eStore theme with the eShop plugin.

    Thread Starter davegk

    (@davegk)

    why don’t you recommend it? have there been function issues?

    The theme was developed without any input from us and has been known to stop eShop from working at all.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘eshop background color change?’ is closed to new replies.