Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #855039

    Hi, I’d like to put a crossed price in the pricing table, using the tag.
    Table: https://zerodepressao.com.br/landing-zero-d-2/

    Here’s what I’ve put in the last row before the price
    <span style=”color: #777777; font-size: 24pt;”>R$ 299</span>

    The style shows fine on the Edit Table page, but does not change when I publish it. I’ve tried having a default row or a price row, but the problem remains: there is no styling when I use the tag.

    What am I doing wrong. Thank you!

    PS: I am using some quick css for the pricing table on this page

    #855106

    Hey ax2201,

    I’m seeing the line-through. Please see the following: https://snag.gy/WYZzqk.jpg.

    Is this not correct?

    Best regards,
    Jordan Shannon

    #855116

    Hi Jordan,
    What you are seeing is not what is in the edit table. It looks fine in the edit table, but not on the website.
    The style I enter in the table should be different: 24 px and color

    https://snag.gy/XWhMCz.jpg

    #855117

    Hi,

    I pulled that screenshot from the front-end not the editor.

    Best regards,
    Jordan Shannon

    #855145

    I’ll rephrase my question: how can I increase the font size of the row with the crossed price.
    Using the html code <span style=”color: #777777; font-size: 24pt;”>R$ 99</span>, the font-size does not change.
    If I create a new price row and include the tag, the font-size stays small.
    There seems to be a problem with the
    tag.
    So what should I do to have a crossed price in BIG?

    #855320

    Hi ax2201,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #wrap_all .main_color del {
      color: #FF0000; font-size: 24pt;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #855343

    Works perfectly. Thank you.

    #855528

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Crossed price in pricing table’ is closed to new replies.