Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-25-2012, 07:17 PM
Velocity Classic Cars's Avatar
Velocity Classic Cars Velocity Classic Cars is offline
Junior Member
 
Join Date: May 2012
Posts: 3
Default Custom Category tab - red corner image?

Hi. Hopefully you can help.

I followed the instructions on [ http://kb.ecwid.com/w/page/24960807/...

downloaded the new tab.gif - customized the color and it looks great except for the left corner of the active category tab (td.tabTopLEft) is still the original red color - I made sure that the code is right

( table.ecwid-categoriesTabBar table.gwt-TabBarItem-selected td.tabTopLeft {

background: url(http://96.125.172.20/~velocity/wp-co...) no-repeat;

height: 11px

and all the other elements work fine. This tab corner is still pulling from http://d3lsmbh0k6qtyk.cloudfront.net...

Here is a link to the page (http://96.125.172.20/~velocity/?page...) It is live, just finishing a few things before I redirect the existing DNS

Any help would be greatly appreciated

Thank You!
Reply With Quote
  #2  
Old 05-29-2012, 10:16 PM
Velocity Classic Cars's Avatar
Velocity Classic Cars Velocity Classic Cars is offline
Junior Member
 
Join Date: May 2012
Posts: 3
Default

Really - Nobody has any ideas?
Reply With Quote
  #3  
Old 05-29-2012, 11:12 PM
Maristany's Avatar
Maristany Maristany is online now
Senior Member
 
Join Date: Dec 2009
Posts: 331
Default

Es que tu post es un poco confuso creo. Exactly . So if I get it right and you don't want the curved-tab look, maybe it's easier just to remove the background images. For example:
Code:
table.ecwid-categoriesTabBar table.gwt-TabBarItem-selected td.tabTopLeft {
background: 
    background: none;
}
I just take a closer look and there's a syntax error here that only affects that rule. Weird stuff:
Code:
/* New Stuff */
table.ecwid-categoriesTabBar table.gwt-TabBarItem-selected td.tabTopLeft {
    background: url(http://96.125.172.20/~velocity/wp-co...) no-repeat;
    height: 11px;
}
Reply With Quote
  #4  
Old 05-30-2012, 02:36 AM
Velocity Classic Cars's Avatar
Velocity Classic Cars Velocity Classic Cars is offline
Junior Member
 
Join Date: May 2012
Posts: 3
Default

mi post es Un poco confuso absoluto lol

Thank you for the help!! - all the code did was make the entire tab red instead of black... but got rid of the image

http://96.125.172.20/~velocity/?page...

looks better - but the customer no es feliz.
Reply With Quote
  #5  
Old 05-30-2012, 07:18 AM
Maristany's Avatar
Maristany Maristany is online now
Senior Member
 
Join Date: Dec 2009
Posts: 331
Default

Quote:
Originally Posted by Velocity Classic Cars View Post
looks better - but the customer no es feliz.
Yes. Do you want to get rid of the red border and make it all black? If so:

I think you still have these lines (all in a row) in your ecwid custom CSS theme:
Code:
/New Stuff/

table.ecwid-categoriesTabBar table.gwt-TabBarItem-selected td.tabTopLeft {
background: 
    
color: #000000;

}

/* Current category links */
div.ecwid-categoriesMenuBar td.gwt-MenuItem-selected span.ecwid-categories-category,
div.ecwid-categoriesMenuBar td.gwt-MenuItem-current span.ecwid-categories-category,
td.ecwid-categories-vertical-table-cell-selected span.ecwid-categories-category,
table.ecwid-categoriesTabBar table.gwt-TabBarItem-selected span.ecwid-categories-category {
    color: #009dde;
Try replacing all of them with
Code:
/* New Stuff */

table.ecwid-categoriesTabBar table.gwt-TabBarItem-selected td {
    background-image: none !important;
}
It should remove all the red background images at once, fix the 'New Stuff' comment syntax error and change back the color from light blue to (kind of) orange.
Reply With Quote
The Following User Says Thank You to Maristany For This Useful Post:
Makfruit (06-01-2012)
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 05:51 PM.
Powered by vBulletin® Version 3.8.6. Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.