Can you please tell me if it is possible to change the class=“product_title entry-title” from H1 to H3 ?
And if so how?
Hi there
thank you for question
WIthout template files modification that’s not possible, there is no such option to change that heading, but if you want to change just color and size then i can help
Actually all i am trying to do is make the product title smaller in the single product view. I thought the easiest way would be to change the tag to h3.
H3 is the look and size I am after.
hi there
Well, you can just resize them by css code like this:
.product_title.entry-title {
font-size: 15px !important;
}
thank you. works a treat.
may I also ask if there is a way to move the sidebar to the left?
I have tried it at the page attributes and within the shapely options of the customiser but even with these Bothe set to left the sidebar is always on the right.
any ideas?
Hello there,
Please go to Appearance > Customize > Blog Settings and under Blog Index and Blog Single Settings change the side bar location to the left.
Best Regards,
Support