Reply 13442 to: Changing the Background Colour and font of Add Cart

Avatar: Eva
Eva Kemp
Support staff
August 25, 2014 at 11:55

Hello,

1. To have 12 products per page you need change in wp-admin panel > Settings > Reading > Blog pages show at most, and select 12 posts.

2. I’ve strengthen the container to make the content more wider using this code:

.containerInner {
    position: relative;
    width: 1263px !important;
    padding: 1px 0px 0px;
}

.page-template-frontpage-php .banner {
    margin-left: 100px !important;
}
.product-slider {
width: 98% !important;
}

3. Hover color of the menu items has been changed to black. Please check it now.
To change the font to menu subitems (product categories) you need add this code into custom.css file:

#main-nav > ul > li > ul > li a {
    font-family: font_name_you_need;
}

4. Footer links color is now changed to white. I’ve added this code into custom.css:

#footer .copyright .links li > a, .copyright p, .footer-information h5 {
     color: white;
}

If you want to change hover color from red to some other use this code:

a:hover {
color: red !important;
}

(change color value to yours).

Concerning the LayerSlider, try to disable 3rd-party plugins one by one. Perhaps some may cause incompatibility.

Regards,
Eva Kemp.

Go To The Whole Conversation In Topic

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.