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

Avatar: Eva
Eva Kemp
Support staff
August 22, 2014 at 21:55

Hello,

1. You need add the following code into custom.css file (change color and font values to yours):

a.button.etheme_add_to_cart_button.product_type_simple {
background-color: red;
font-family: monospace;
}
a.button.etheme_add_to_cart_button.product_type_simple:hover {
background-color: blue;
}

2. Add this code into custom.css to change the color and font for product title:

#product-page .product-shop h1 {
font-family: monospace;
color: red;
}

3. This code is for products price:

.amount {
color: green;
font-family: monospace;
}

4. You can move search form adding this code into custom.css file:

#search {
margin-top: 90px !important;
left: 350px;
}

5. Please provide us with wp-admin panel and FTP credentials to check the issue with LayerSlider.

6. Concerning the menu use this code:

#main-nav, #main-nav > ul > li.current_page_item {
background-color: black;
}
#main-nav > ul > li.current_page_item > a, #main-nav > ul > li > a {
color: white;
}

7. For footer background:

#footer {
background-color: black;
}
.footer-information ul li a {
color: white;
}

8. Sorry, but there is no such feature.

To create custom.css file you need rename default.custom.css to custom.css in wp-content/themes directory via FTP. Then enable it in Blanco – Theme Settings > tick “Enable Custom CSS”.

Regards,
Eva Kemp.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.