Hi,
How do I change Font Size for the following:
– sub-menu items
– My Account / Logout (in the header section)
– The Cart $0.00 in the top right and the text “No products in the cart”
– product’s price
– product’s sale price
And
– Hide Product’s SKU on product page
Thank you in advance!
Theme version: Royal 2.2Hello,
1. Add this code in custom.css:
.menu .nav-sublist-dropdown ul > li > a {
font-size: 9px;
}
2. Use this css code:
.header-type-6 .top-bar a {
font-size: 9px;
}
3.
.shop-text, .shop-text .total {
font-size: 10px;
}
.cart-popup-container .cart-popup .empty {
font-size: 10px;
}
4.
.price {
font-size: 18px !important;
}
5.
ins {
font-size: 20px;
}
Write font size values you need.
6.
span.sku_wrapper {
display: none;
}
Best regards,
Jack Richardson.
Hello,
please use following css code for products grid:
.products-grid .product-title {
font-size: 20px;
}
and for single product page:
.single-product .product-information .product_title{
font-size:20px;
}
Regards,
Stan Russell.
Thank you!
How do I change the Font Type for:
– Product Title for product grid & product page
Font Type and Font Size for:
– “Related Products” title on product page
– “Out of Stock” label on product page
Thank you so much! Really appreciate it 🙂
Hello,
Use this code for “Out of stock” text:
.product-information .out-of-stock {
font-size: 16px;
font-family: open sans;
}
For “Related Products”:
.carousel-area .title {
font-size: 16px;
font-family: open sans;
}
For product title on single product page:
.single-product .product-information .product_title {
font-family: open sans;
}
on product grid:
.products-grid .product-title {
font-family: open sans;
}
Write the values you need.
Regards,
Eva Kemp.
Thank you!!
I need to change the Font Type and Font Size for Product Title on the Quickview popup window. How do I do this?
And can I change the font size and font type for the overlay text (on product grid images) “add to wishlist” and “quickview”?
Thank you!
Hello,
please use folowing css code:
.quick-view-popup .product-name
{
font-size:20px;
font-family:fantasy;
}
and
.yith-wcwl-add-button a.add_to_wishlist{
font-size:10px;
font-family:fantasy;
}
.show-quickly{
font-size:10px;
font-family:fantasy;
}
Regards,
Stan Russell.
Hello,
Please add this code in Theme Options > Custom CSS > Custom CSS for desktop:
.header-wrapper .menu > li > a {
font-size: 13px;
}
.menu .menu-full-width .nav-sublist-dropdown ul > li > a {
font-size: 14px;
}
Write the values you need.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.
The message was successfully sent
Your shopping cart is empty
You may extend support period on ThemeForest and then update its status by clicking "Update" button in your Account area.
Purchase code | Expiration date |
---|---|
d7ed5d03-cb21-4657-b20c-442972d0523c | 15 Nov 2016 |