Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-25-2012, 01:22 PM
Wayne Hodkinson1's Avatar
Wayne Hodkinson1 Wayne Hodkinson1 is offline
Junior Member
 
Join Date: Mar 2012
Posts: 2
Default Remove Prices, Add to bag, Everything!!!

HELP!

Nothing I do seems to remove anything!!!!!!!!
Reply With Quote
  #2  
Old 05-25-2012, 03:16 PM
Derek Bess's Avatar
Derek Bess Derek Bess is offline
 
Join Date: Mar 2011
Posts: 325
Default

are you adding "!important" after your css?

Can you provide a link so I can take a look?

Thanks
Reply With Quote
  #3  
Old 05-28-2012, 11:01 AM
Maya's Avatar
Maya Maya is online now
Ecwid Team
 
Join Date: Feb 2010
Location: Ecwid headquarter
Posts: 3,978
Send a message via Skype™ to Maya
Default

I have checked your custom CSS code and found the error in it. You have extra “{“ symbol there:
Code:
/* Category names in subcategories list */
div.ecwid-productBrowser-subcategories-categoryName {
    font: normal 16px "trebuchet MS", helvetica, verdana, sans-serif;
    color: #4b4b4b;
    margin-top: 15px;
    text-align: left;
}

}

div.ecwid-minicart {
 display:none !important;
}

    td.ecwid-productBrowser-productsTable-buy,
    div.ecwid-AddToBagButton,
    div.ecwid-productBrowser-details-qtyPanel {
     display:none;

}
The thing is that all CSS code, which located after CSS error (extra { symbol in your case) is ignored. Therefore, all CSS styles, which you have added in order to hide price, add to cart button, etc. doesn’t affect on your site.

Once you remove this extra symbol {, CSS code will work as expected.
__________________
Maria Nikiforova, Ecwid Team

------------------
Welcome to our Knowledge Base with a lot of answers, tips and receipts!

Please, rate my reply here
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

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

Forum Jump


All times are GMT. The time now is 09:03 PM.
Powered by vBulletin® Version 3.8.6. Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.