4 Doubts - by reijunior08 - on WordPress WooCommerce support

This topic has 13 replies, 2 voices, and was last updated 8 years, 8 months ago ago by Jack Richardson

  • Avatar: reijunior08
    reijunior08
    Participant
    August 26, 2015 at 19:07

    Hi, 8theme Team!

    I have some questions and would like you explain to me how:

    1. How I remove the blog-description on header (I use header 6)?
    2. How I insert a slide with the brands?
    3. How I remove the ‘review’ tab of product page ?
    4. Where I change the color and size of “Add to Cart” button?

    Thanks,
    Reinaldo Sampaio.

    Please, contact administrator
    for this information.
    12 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 27, 2015 at 10:32

    Hello,

    1. Please add the following css code in WP Dashboard > Theme Options > Custom CSS > Global CSS section:

    .header-type-6 .header .tbs span {
    display: none;
    }

    2. Go to Pages > Edit needed page > Add new Visual Composer element > In provided elements find “Brands” > Set Display type to “Slider”.

    3. Please read this documentation http://docs.woothemes.com/document/editing-product-data-tabs/

    4. In Global CSS section add this code:

    a.btn.border-grey.progress-button.etheme_add_to_cart_button.product_type_simple {
    padding: 15px 20px 15px 20px;
    background-color: grey;
    }

    Set padding values and background color to your needs.

    Best regards,
    Jack Richardson.

    Avatar: reijunior08
    reijunior08
    Participant
    August 27, 2015 at 16:03

    Thanks, Jack!

    About blog-description, when I do what you said my logo leave the center and go to the left. How do I fix this?

    About add to cart button, when I enter the code you give me, the color of the “calculate shipping” button change too. I wish every button had a different color. How can I change the color of each of these buttons:

    1. add to card
    2. calculate shipping
    3. apply coupon

    How can I change the size of calculate shipping button?

    Thanks for your help,
    Reinaldo.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 27, 2015 at 16:10

    Hello,

    Please provide us with WP Dashboard credentials in private content.

    Best regards,
    Jack Richardson.

    Avatar: reijunior08
    reijunior08
    Participant
    August 27, 2015 at 16:15

    .

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 27, 2015 at 16:28

    Hello,

    I’ve added this code in Global Custom CSS to align logo and remove blog description:

    .header-type-6 .header .tbs span {
    display: none;
    }
    .header-type-6 .header .tbs {
        margin-right: 10px;
    }

    Please check now.

    Your products pages are distorted now. Have you changed anything in php files? Please check and provide us with FTP credentials.

    Best regards,
    Jack Richardson.

    Avatar: reijunior08
    reijunior08
    Participant
    August 27, 2015 at 16:36

    Hi, Jack! Thans!!!

    No, I do’t change anything in php files. I see my website 2 minutes ago and its works.

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 27, 2015 at 16:47

    Hello,

    Try to use this code to change background color for “Add to Cart” button:

    button.single_add_to_cart_button.etheme-simple-product.button.alt {
        background-color: red !important;
    }
    input.btn.pull-right.big {
        background-color: red !important;
    }
    .woocommerce-shipping-calculator button {
      background-color: red !important;
    }

    Write color values to yours.

    Best regards,
    Jack Richardson.

    Avatar: reijunior08
    reijunior08
    Participant
    August 27, 2015 at 16:52

    Thanks for your help and attention! The 8theme’s team is the best!!!

    Avatar: reijunior08
    reijunior08
    Participant
    August 27, 2015 at 16:55

    Hi, Jack!

    Just one! How can I change the size of calculate shipping and add to cart buttons?

    Reinaldo.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 27, 2015 at 20:19

    Hello,

    Try this css code:

    button.single_add_to_cart_button.etheme-simple-product.button.alt, #wc-correios-simulator .button {
    width: 150px !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: reijunior08
    reijunior08
    Participant
    August 28, 2015 at 16:43

    Thanks, Jack!!! 😀

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 28, 2015 at 19:42

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

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

The issue related to '‘4 Doubts’' has been successfully resolved, and the topic is now closed for further responses

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