cubecart / v6

CubeCart Version 6
https://cubecart.com
72 stars 59 forks source link

Style Conflict #3479

Closed bhsmither closed 6 months ago

bhsmither commented 6 months ago

Trivial:

In 'Gui->addBreadcrumb()', the breadcrumb array element 'title' is wanting to have ucfirst().

However, the foundation CSS rule near line 2230 makes the display of list items in breadcrumbs fully uppercase.

Should CubeCart HQ really want only upper-case-first, suggest adding an overruling rule in cubecart.css.

text-transform: none !important;
abrookbanks commented 6 months ago

Thanks.

abrookbanks commented 6 months ago

I reverted this as I think the idea is to apply UCFirst to skins that don't uppercase the text. Maybe I'm just used to it but for me the uppercase breadcrumb looks right. In older skins however the UCFirst would come into play.