Shop Page - by pattyzinha100 - on WordPress WooCommerce support

This topic has 14 replies, 5 voices, and was last updated 8 years, 4 months ago ago by Eva Kemp

  • Avatar: pattyzinha100
    pattyzinha100
    Participant
    November 7, 2015 at 20:16

    Hello there!

    I’d love to duplicate this page how can I do that please?

    Thanks a lot!

    13 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    November 8, 2015 at 10:06

    Hello,

    The site you provided is under maintenance mode.
    We can’t see it.

    Please give us access to it or clarify your query.

    Regards,
    Eva Kemp.

    Avatar: pattyzinha100
    pattyzinha100
    Participant
    November 8, 2015 at 17:38

    Thank you for replying to me Eva!

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    November 9, 2015 at 10:52

    Hello,

    Do you want to duplicate Shop page?
    Unfortunately there is no such possibility.
    You can only create a separate page and use Products element in Visual Composer editor to show products.

    Best regards,
    Jack Richardson.

    Avatar: pattyzinha100
    pattyzinha100
    Participant
    November 11, 2015 at 20:34

    How do I remove Product description from single product page?

    The arrow after product description is redirecting to another product, will be extremelly confusing to customers.

    Thanks a lot

    http://www.alittlebitoffashion.com/product/michael-michael-kors-aquamarine-sutton-medium-satchel/

    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 11, 2015 at 20:43

    Hello,

    Please use this code in Theme Options->Custom CSS-> Global Custom CSS.

    .product-navigation {
        display: none;
    }

    Regards,
    Robert Hall.

    Avatar: pattyzinha100
    pattyzinha100
    Participant
    November 12, 2015 at 00:32

    Great! Thanks a lot 🙂

    Another question – For the same page I’d like to put the name of the product always the same size and color. I’m using Visual Composer – Front End – CSS to achieve the size and color I want.

    .page-heading .title
    { font-size: 20px;
    color: #000000;

    }

    What’s the line in the css page can that I change this please?

    Thank you again.

    Avatar: stan
    Stan Russell
    Participant
    November 12, 2015 at 09:35

    Hello pattyzinha100,

    you need to add this code to theme’s custom.css file.
    You can enable this “custom.css” file, in which you can override the default styling of the theme, by renaming the file “default.custom.css” which is located in theme directory.

    All the CSS styles placed in this file will not be lost after upgrading the theme in the future!

    Regards,
    Stan Russell.

    Avatar: pattyzinha100
    pattyzinha100
    Participant
    November 12, 2015 at 16:49

    I’m not sure I understood you correctly.

    This is what I did but it didn’t work. What am I missing?

    Appearance – Editor – WooPress – 8theme WordPress theme: Stylesheet (style.css)

    I changed line 7152 and 7153

    It was:

    }
    .page-heading .title {
    font: 24px/24px ‘Raleway’, Arial, Helvetica, sans-serif;
    color: #252525;

    And I changed to:

    }
    .page-heading .title {
    font: 20px/20px ‘Raleway’, Arial, Helvetica, sans-serif;
    color: #000000;

    Avatar: stan
    Stan Russell
    Participant
    November 12, 2015 at 17:07

    Hello,

    we have added needed code to Theme options > Custom css > Global custom css. Please check your site.

    Regards,
    Stan Russell.

    Avatar: pattyzinha100
    pattyzinha100
    Participant
    November 12, 2015 at 18:43

    Awesome!

    One more question on the same page – How do I remove the breadcrumbs?

    Avatar: Eva
    Eva Kemp
    Support staff
    November 12, 2015 at 20:06

    Hello,

    Please add this code in Theme Options > Custom CSS > Global Custom CSS:

    .page-heading .woocommerce-breadcrumb {
       display: none;
    }

    Regards,
    Eva Kemp.

    Avatar: pattyzinha100
    pattyzinha100
    Participant
    November 12, 2015 at 20:10

    YaY! Thank you Eva!

    In the same page – How do I Remove “Return to Previous Page” please?

    Avatar: Eva
    Eva Kemp
    Support staff
    November 12, 2015 at 20:23

    Hello,

    Please use this code in Global Custom CSS:

    .back-history {
      display: none;
    }

    Regards,
    Eva Kemp.

  • Viewing 14 results - 1 through 14 (of 14 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.