Customize Template Calisto, prestashop | Develop Site
A customer asked me to make customizing the template for prestashop Calisto maintaining corporate image
The files that were modified as follows:
- global.css
- blockcart.css
- blocktopmenu.css
- superfish-modified.css
- blockcontact.css
- blockcurrencies.css
- blockuserinfo.css
For modification of the background color modify the global.css strong> as follows:
- 5287 header .nav {
- - /*background: #4A5456; }*/
- +background: #a0218a;
- }
To modify the appearance of the cart at the top modify the blockcart.css strong> file follows:
- 33 .shopping_cart > a:first-child {
- padding: 8px 10px 11px;
- - /*background: #333333;*/
- +background: #611353;
- display: block;
- font-weight: bold;
- color: #ccc;
- text-align: center;
- overflow: hidden; }
superfish-modified.css
- 65 .sf-menu > li > a:hover, .sf-menu > li.sfHoverForce > a {
- /*background: #4A5456;*/
- background: #a0218a;
- color: white; }
blockcontact.css
- 37 #contact-link a:hover, #contact-link a.active {
- /*background: #2b2b2b; }*/
- background: #641456;}
blockcurrencies.css
- 23 #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
- /*background: #2b2b2b; }*/
- background: #641456;}
blockuserinfo.css
- 14 .header_user_info a:hover, .header_user_info a.active {
- /*background: #2b2b2b; }*/
- background: #641456;}
English
- ernesto's blog
- Log in or register to post comments
- Español