Home Forums WoodMart support forum Product details on hover

Product details on hover

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #20174

    keizershaquil
    Participant

    Hello, how do I change the standard look when you hover on a product, to how it looks on the WoodMart electronics demo?

    Attachments:
    You must be logged in to view attached files.
    #20195

    Artem Temos
    Keymaster

    Hello,

    Thank you for choosing our theme and contacting us.

    You can select the hover effect type in Theme Settings -> Shop -> Product & Categories styles.

    Kind Regards
    XTemos Studio

    #20261

    keizershaquil
    Participant

    Hello, thanks for the quick reply. I tried to change there but I couldn’t make it like the demo. I want it to show the compare button and the product specification like the electronics demo, instead of showing the description.

    Attachments:
    You must be logged in to view attached files.
    #20268

    Artem Temos
    Keymaster

    Hi,

    You can enable compare on the product list page in dashboard -> YITH Plugins -> Compare. As for the description, you need to add an HTML table markup to it so it will look as on our demo. Here is an example

    <table>
    <tbody>
    <tr>
    <th>Display</th>
    <td>5.5″ Retina HD</td>
    </tr>
    <tr>
    <th>Processor</th>
    <td>Apple A10</td>
    </tr>
    <tr>
    <th>OS Provided</th>
    <td>iOS 11</td>
    </tr>
    <tr>
    <th>Internal Memory</th>
    <td>128 GB</td>
    </tr>
    <tr>
    <th>Battery Capacity</th>
    <td>1960mAh</td>
    </tr>
    </tbody>
    </table>

    Regards

    #24158

    keizershaquil
    Participant

    MVP.ty

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

The topic ‘Product details on hover’ is closed to new replies.