Some styling issues in single product page

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

  • Avatar: Floppy78
    Floppy78
    Participant
    September 15, 2015 at 13:06

    Hi!
    Till the latest theme update I’ve some issues regarding product tabs: I’m using “next to image location” as you can see in the screenshot (this is the test website, upgraded to the latest version).
    After upgrade screenshot

    Top and bottom lines of the tabs are duplicated.
    In production site (wich is still not updated) we don’t have the same problem as you can see in the related screenshot.
    Before screenshot
    Another minor issue is that I’ve never seen “quantity” numbers like in you demos (with plus and minus symbols)..
    Could you help me solve this problems?
    Thank a lot!

    Flora

    5 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 15, 2015 at 14:00

    Hello,

    WooCommerce has removed the feature with “plus/minus” icons in the recent update and replaced it with the number input type. And now there is no overrides in Woopress theme for this.
    Our demo site has such feature because old Woocommerce version is used there.

    Please use this code in custom.css for the tabs issue:

    .tabs.accordion .tab-title {
       border-top: none;
    }

    Best regards,
    Jack Richardson.

    Avatar: Floppy78
    Floppy78
    Participant
    September 15, 2015 at 14:53

    Hi Jack!
    Thank you for the fast reply.
    I’ve added that line to my css in child theme but I still can see the bottom border when the second tab is active. I’d like to have the old appereance if possible. I’m trying changing some other css roules without success..

    Bordertop0

    Thanks!

    Avatar: Eva
    Eva Kemp
    Support staff
    September 15, 2015 at 17:51

    Hello,

    Please use this code as well:

    .tabs-after_image .tabs.accordion .tab-title {
       border-top: none;
       margin: -5px 0px 0px;
    }

    Regards,
    Eva Kemp.

    Avatar: Floppy78
    Floppy78
    Participant
    September 15, 2015 at 18:01

    Thanks a lot Eva!
    It’s working quite well with your help!
    Regards,
    Flora

    Avatar: Eva
    Eva Kemp
    Support staff
    September 15, 2015 at 18:41

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

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

The issue related to '‘Some styling issues in single product page’' 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.