New Landing How can we help? Atelier Variable option title

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Atelier
  • #239301
    Klarity
    Member
    Post count: 183

    Hi,

    I was wondering if there is a way to get the attribute titled to show on a variable product page next to the drop-down list in the same way that is does on Neighborhood. I’ve attached a few screen shots to help with the explanation. The information i am entering wont be clear to the user without this Attribute title showing.

    Many thanks

    Attachments:
    You must be logged in to view attached files.
    #239409
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Sure, add this to your custom css:

    .woocommerce div.product form.cart .variations td.label {
      display: block;
      text-align: left;
      width: 40px;
    }
    .woocommerce div.product form.cart .variations td.label label {
      line-height: 60px;
    }

    – Kyle

    #239598
    Klarity
    Member
    Post count: 183

    Hi Kyle,

    thanks that’s awesome!
    My next question i think is related so left it in this post (sorry if this is wrong?)

    Is it possible to show the filter titles, using the ‘mobile filter’ layout.
    Please see ref image.

    Cheers,

    Pete

    Attachments:
    You must be logged in to view attached files.
    #239600
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes the filters will show when you have products on the page with the filters assigned

    – Kyle

    #239826
    Klarity
    Member
    Post count: 183

    Hi Kyle,

    Yep got the filters working. It’s just their titles which arn’t being pulled from the widgets. Is it possible to show this?

    Many thanks

    Pete

    #239841
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .sf-mobile-shop-filters .widget > .widget-heading {
      display: block;
    }
    

    – Kyle

    #240610
    Klarity
    Member
    Post count: 183

    Perfect – thanks for this!

    #240670
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    no problem 🙂

    #240848
    Klarity
    Member
    Post count: 183

    hi Kyle,

    since the update this css has stopped working

    .woocommerce div.product form.cart .variations td.label {
    display: block;
    text-align: left;
    width: 40px;
    }
    .woocommerce div.product form.cart .variations td.label label {
    line-height: 60px;
    }

    #240857
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Seems to be fine? http://d.pr/i/18BBL/2sjNNYjA

    – Kyle

    #240885
    Klarity
    Member
    Post count: 183

    Sorry, i should have been more specific.
    Im trying to get ‘Top Finish’ and ‘Base finish’ on the same lines

    Many thanks,

    #240910
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woocommerce div.product form.cart .variations td.label {
     width: 85px !important;
    }

    Thanks
    Mohammad

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register