Product Page Customization - by antiguanice

This topic has 8 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp

  • Avatar: antiguanice
    antiguanice
    Participant
    January 21, 2015 at 18:09

    Hi,

    Please let us know if the following is possible:

    – Move the Title e.g. DESIGNER, Product Name to be above where it says Product Description on the right hand side.
    – Remove the field title “Product Description” but keep the description text itself
    – Can the Related Products Section be renamed “You May Also Like”

    Thanks!

    7 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    January 21, 2015 at 18:44

    Hello,

    1. Try to use this code in custom.css file:

    .page-heading.bc-type-2 .title, .woocommerce-breadcrumb {
       text-align: center;
    }

    2. Do you want to remove “Product Description” text in the tab “Description”? If so then add this code in custom.css:

    div#content_tab_additional_information h2 {
    display: none;
    }

    3. You can change the title in the file wp-content/themes/royal/woocommerce/single-product/related.php.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: antiguanice
    antiguanice
    Participant
    January 22, 2015 at 20:35

    Thanks Eva.

    Unfortunately, the two changes made to the custom.css don’t seem to have had the desired effect.

    I was able to change the title for the Related Product section though, thanks for your help.

    I’ve placed a link to a Product page that will show the latest status.

    Thanks!

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    January 22, 2015 at 20:53

    Hello,

    To remove “Product Description” title in the tab use this code in custom.css:

    div#content_tab_description h2 {
    display: none !important;
    }

    Could you please show a screenshot how you wish the title to be shown?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: antiguanice
    antiguanice
    Participant
    January 23, 2015 at 16:28

    Hello Eva,

    Thanks for the alternative code worked well, the title is now removed.

    How do I send you a screenshot?

    Thanks!

    Avatar: Eva
    Eva Kemp
    Support staff
    January 23, 2015 at 17:06

    Hello,

    You can upload your screenshot to some image storage (e.g. http://imgur.com/ ).

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: antiguanice
    antiguanice
    Participant
    January 23, 2015 at 19:01

    Thanks Eva, will do

    Avatar: Eva
    Eva Kemp
    Support staff
    January 23, 2015 at 19:29

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

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