Cuts n Style – remove 'our service' section?

Home Forums All Other Themes Cuts n Style – remove 'our service' section?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #23686
    PetePete
    Member
    • Topics: 4
    • Replies: 3
    • Total: 7
    Member since: February 15, 2016

    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

    #23692
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi 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,
    Dave

    #23694
    PetePete
    Member
    • Topics: 4
    • Replies: 3
    • Total: 7
    Member since: February 15, 2016

    Thanks Dave

    However, I can’t see a checkbox for the this section

    “Three Column Services Box For Section 2”

    Am I missing something?
    Sorry!

    #23727
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi 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,
    Dave

    #23734
    PetePete
    Member
    • Topics: 4
    • Replies: 3
    • Total: 7
    Member since: February 15, 2016

    Excellent, 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 woocommerce

    The 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=product

    Finally, how do I make the logo on the header bigger please?

    Very grateful for you help

    Regards
    Pete

    #23829
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi 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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.