Hi Team,
Currently when I open my site on mobile, product show in two columns, I want to change settings so that my products show as one column in mobile view like you following demo.
http://8theme.com/demo/classico/variant1/product-category/dresses/page/2/?full_width=1
Please help
Site URL: hidden Theme version: Latest WooCommerce version: LatestHello,
Please provide WP Dashboard credentials in private content.
Best regards,
Jack Richardson.
Hello,
Please use this code in Global Custom CSS
.sidebar .widget_product_categories .widget-title {
background-color: #f11212;
}
Regards,
Robert Hall
Hello,
In this case you can use CSS code in 8Theme Options->Styling->Custom CSS->Global Custom CSS.
h1{
color:red;
font-weight:bold;
}
h2{
color:red;
font-weight:bold;
}
h3{
color:red;
font-weight:bold;
}
h4{
color:red;
font-weight:bold;
}
h5{
color:red;
font-weight:bold;
}
h6{
color:red;
font-weight:bold;
}
Regards,
Robert Hall
Try to add !important
, for example
h2{
color:red;
font-weight:bold !important;
}
but this code will change value for all h2
tag on the site.
If you want to change it only for post title add this code in Global Custom CSS.
article.blog-post h2{
color:red;
font-weight:bold;
}
Regards,
Robert Hall
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
Seems you did not register purchase code for Classico WordPress Support Forum to be able to create a topic on this forum.