Home › Forums › All Other Themes › Cuts n Style – remove 'our service' section?
- This topic has 5 replies, 2 voices, and was last updated 7 years, 7 months ago by
Forum Moderator.
-
AuthorPosts
-
February 22, 2016 at 9:46 am #23686
Hi there
Is it possible to remove or hide the ‘our services’ section, so that the fist section becomes ‘Our Team’. Thanks very much for your help. Pete
February 22, 2016 at 10:05 am #23692Hi Pete,
Yes, Within section there is a option to hide the section. Kindly click on the checkbox to hide section.
Go to Appereance>>Theme Option>>Section
Regards,
DaveFebruary 22, 2016 at 10:24 am #23694Thanks Dave
However, I can’t see a checkbox for the this section
“Three Column Services Box For Section 2”
Am I missing something?
Sorry!February 22, 2016 at 1:34 pm #23727Hi Pete,
Sorry for my previous reply. Services box didn’t have hide option in theme option. You can hide them with the help of CSS.
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code:
#wrapTwo{display:none !important;}
Regards,
DaveFebruary 22, 2016 at 1:49 pm #23734Excellent, thank you Dave. Much appreciated.
Would you be able to answer my other question, which was sent to Shri a few days ago, but she hasn’t answered yet. She was going to send me a short code to make the product image and catalogue images smaller in woocommerceThe catalogue image size needs to be 250×250 and The product image size of the products needs to be 170×170
My url is
http://verite.cloudaccess.host/?product_cat=dvds
http://verite.cloudaccess.host/?post_type=productFinally, how do I make the logo on the header bigger please?
Very grateful for you help
Regards
PeteFebruary 23, 2016 at 6:41 am #23829Hi Pete,
Add this code in custom css box:
.woocommerce div.product div.images img{ width:auto !important;}
.header .header-inner .logo img{height:auto;}Pete i quit not understand about catalogue image size. When you add above code in custom css you can see that product image size has changed to 170×170.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.