This topic has 4 replies, 3 voices, and was last updated 4 years, 6 months ago ago by Rose Tyler
Hi I want to change the following things:
1) I need to make a few changes to the top header.
2) Change the font colour from Grey to black for short product description.
3) Change size of the price
4) Change the colour of the ADD to cart button on products page.
Hello,
1) What exactly you want to change?
2) Add the following code to Theme Options > Custom CSS
.product-information .woocommerce-product-details__short-description {
color: #000;
}
3) Add the following code to Theme Options > Custom CSS
.product-information .product-information-inner .price,
.product-information .product-information-inner .woocommerce-variation-price {
font-size: 30px;
}
4) Add the following code to Theme Options > Custom CSS
.product-information .single_add_to_cart_button {
background: green;
color: #fff;
}
Regards
Hi In the first point I want to remove the currency and language signs. (They are in the top menu- towards the left)
EN FR DE£ € —- This
Hello,
Go to Appearance > Widgets > add the empty Text widget to Right and Left top bar widget area to remove default content.
Regards
You must be logged in to reply to this topic.Log in/Sign up