Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1011865

    Hi,
    i would like to change the font size of the pricing table with css. Could not find a solution for that.
    How can i do that?
    Thanks!

    Screenshot: http://www.bilder-upload.eu/show.php?file=3cdcbd-1537364481.jpg

    #1011912

    Hey Jak73,

    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

    
    .pricing-table li.avia-pricing-row {
        font-size: 24px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1011995

    Hi Victoria,
    works well, thanks a lot!
    I would like to have the font bold and only big letters, what do i have to add for that?
    Thanks in advance!

    #1012002

    Hi,

    Add just the code to this:

    .pricing-table li.avia-pricing-row {
    font-size: 24px;
    font-weight:bold;
    text-transform:uppercase;
    }

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.