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

    Hello.
    Need to change the appearance of the product description:
    1) Increase the width of the table with the characteristics of the product;
    2) Change the columns width of the table;
    3) Align the table with the characteristics of the product in block 1/1;
    4) Titles characteristics: font size 17, without bold, lower-case letters;
    5) Description of characteristics: size 17 font, not italics, capital letters.

    #748683

    Hey Bearded,

    Can you please post a link to an example product?

    Best regards,
    Yigit

    #749840

    Link below.

    #752149

    Hi,

    Thank you for the link.

    1-3) I’m sorry but I don’t understand the requests clearly and the screenshot looks different from the actual layout of the product. Please explain the request further or provide another screenshot.

    4-5) Please add this in the Quick CSS field:

    div table.shop_attributes td {
        font-style: normal;
        font-size: 17px;
    }

    Best regards,
    Ismael

    #752204

    Hi, Ismael.
    Through your example, we did everything as we need.

    Quick CSS field:

    div table.shop_attributes th {
    width:180px;
    color: #7b7b7b;
    font-style: normal;
    font-size: 12px;
    }

    div table.shop_attributes td {
    color: #486b75;
    font-style: normal;
    font-size: 17px;
    }

    ============
    Please close the topic.

    #753480

    Hi,

    Great, glad we could help and thanks for sharing your solution. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘"Product Info" modification’ is closed to new replies.