Product View on Mobile - by hammad - on WordPress WooCommerce support

This topic has 10 replies, 4 voices, and was last updated 7 years, 10 months ago ago by Robert Hall

  • Avatar: hammad
    hammad
    Participant
    June 11, 2016 at 10:48

    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.

    https://www.8theme.com/demo/classico/variant1/product-category/dresses/page/2/?full_width=1

    Please help

    9 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 13, 2016 at 10:37

    Hello,

    Please provide WP Dashboard credentials in private content.

    Best regards,
    Jack Richardson.

    Avatar: hammad
    hammad
    Participant
    June 13, 2016 at 10:55

    Please also advise how do I change sidebar heading bg colour which is black at the moment?

    Details are in private contents

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    June 13, 2016 at 12:36

    Hello,

    I’ve added the code in Theme Options > Custom CSS > Custom CSS for mobile:

    .products-grid .product {
        width: 100%;
    }

    Please check the site now.

    Regards,
    Eva Kemp.

    Avatar: hammad
    hammad
    Participant
    June 13, 2016 at 12:53

    Thanks Eva, it looks perfect.

    Please also advise how do I change sidebar heading bg colour which is black at the moment?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 13, 2016 at 12:54

    Hello,

    Please use this code in Global Custom CSS

    .sidebar .widget_product_categories .widget-title {
        background-color: #f11212;
    }

    Regards,
    Robert Hall

    Avatar: hammad
    hammad
    Participant
    June 20, 2016 at 03:44

    Thank you Rob,

    it worked great.

    Can you please advise me how do I change font setting (color, weight etc) for different heading levels (h1, h2, h3 etc) in your theme?

    Thank you

    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 20, 2016 at 07:45

    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

    Avatar: hammad
    hammad
    Participant
    June 20, 2016 at 08:08

    Please check private contents

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 20, 2016 at 08:23

    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

  • Viewing 10 results - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.Log in/Sign up

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