... ...

Hover Style

When user points on the table you may need to make table change it’s look on hover. To perform such a transfiguration follow the next steps:

  • Open current Pricing Table inside admin area
  • Click CSS Tab to open it’s editor
  • Copy this code

    .ptsCol:hover * {
    font-size: 32px;
    font-family: Montserrat;
    background-color: blue;
    }

    and paste it in the end of CSS editor.
    You can set the font sixe in pixels, font style, background color by word or with hex color code like #800000

  • Click OK and Save changes

The example you will get with this code:

Ingredients

Name

Large
Price

Red Onions, Spicy Italian Sausage,
Mushroom & Oregano

Carbonara

14″ Large
$7.99



How to Order

Pepperoni, Italian sausage, Onion,
Mushroom & Oregano

Four Seasons

14″ Large
$6.99



How to Order

Red Onions, Spicy Italian Sausage,
Mushroom & Oregano

Liguria

14″ Large
$8.99



How to Order

Pricing Table Plugin
Categories
Latest Articles