Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #444995

    Hi,
    could you please have a look at this single product page?

    http://alpakabetten-und-mehr.de/produkt/kopfkissen/

    I defined two variables:

    Größe
    Gewünschte Naturwolle

    I have two problems:
    First, the second variable is displayed in grey and not in black. Second: “Gewünschte Naturwolle” is longer than “Größe”. It doesn’t look nice this way. Is it possible to have Größe und Gewünschte Naturwolle in separate rows?

    Another problem is the tab for “Bewertungen” it is too short…. Any ideas?

    Thank you,
    Sophie

    #445752

    Hi Sophieja23!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .variations label {
      color: black;
    }
    #top div.product .woocommerce-tabs ul.tabs li.reviews_tab a, #top div.product .woocommerce-tabs ul.tabs li.reviews_tab {
      width: 140px;
    }

    They are in separate row – http://i.imgur.com/O7TJfTB.png
    Can you please elaborate on the changes you would like to make?

    Regards,
    Yigit

    #445868

    That worked fine, thanks so much.

    With separate rows I mean the following

    Größe
    field for the variables

    Gewünschte Naturwolle
    field for the variables

    Maybe I can find another word instead of “Gewünschte Naturwolle”. It doesn’t look well if its in two lines.

    Another question: “Größe” and “Gewünschte Naturwolle” are centered. If there is no way to have the separate rows as mentioned above it what be better to have them align left.

    So many questions, sorry….
    Sophie

    #445877

    Hi!

    Please add following code to Quick CSS as well

    #top .variations td.label {
      width: 100%;
      text-align: left;
    }
    #top .variations td {
      display: block;
    }

    Cheers!
    Yigit

    #445885

    You’re great! Worked.

    Thanks,
    Sophie

    #445888

    Hi!

    You are welcome Sophie, we are always happy to help :) Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Displaying variables’ is closed to new replies.