Jump to content
  • 0

Zmiana koloru tła w koszyku


2grosiek7

Question

3 answers to this question

Recommended Posts

  • 0

jeżeli mowa o standarowym szablonie to blockcart.css w katalogu z szablonem (podkatalog css/modules/blockcart)
 

.shopping_cart > a:first-child {
    padding: 7px 10px 14px 16px;
    background: #333;
    display: block;
    font-weight: bold;
    color: #777777;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

zmieniamy background #333 na cokolwiek innego :-)

Link to comment
Share on other sites

  • 0

Pewnie wybrałeś jakiś schemat kolorów w themeconfigurator.

W katalogu /modules/themeconfigurator/css/ jest 8 schematów kolorów od theme2.css do theme9.css

I tam jest nadpisywany kolor #shopping_cart.

Najpierw zidentyfikuj który schemat masz wybrany, żeby wiedzieć gdzie zmienić kolor.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...