Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #582662

    Hello,

    i was looking for a way to change the css for the pricing tables, but i could only find a way about the debugger in the dynamic css folder. is there a way, to style the tables easily?

    Thanks so much,
    audiopablo

    #583169

    Hi Paul,

    Could you provide us with a link to the site in question so that we can take a closer look please? Also please try to be as specific as possible as to what you would like to change. A screenshot highlighting the changes might help us understand better.

    Thanks,
    Rikard

    #583231

    Hi Rikard,

    this is the link to the page :

    the table of the hours (pricing-table) should look the same way as in the fb-page:

    https://www.facebook.com/bikramyogaimtal

    (Can’t find the option for uploading screenshots here?)

    thanks a lot,
    paul

    #583272

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra {
        background-color: #9A7937;
        color: #ffffff;
        border-color: #9A7937;
    }
    .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
        background: #9A7937;
        color: white;
    }

    If that does not help, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Cheers!
    Yigit

    #583633

    Great job,
    problem resolved.

    Thanks a lot for this excellent support!!
    (and this wonderful theme too:)

    regards,
    paul

    #583700

    Hello again,

    sorry, but i’ve got now the problem with changing the font-size now:),

    it funktion’s in the debugger,

    .main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) {
    color: #919191;
    font-size: 80%;

    https://www.dropbox.com/s/d1yie25sz79600m/Screenshot%202016-02-15%2017.59.31.png?dl=0

    but not in the quick css: i want the font-size down to 80%, to keep the tables in one line.

    https://www.dropbox.com/s/d5cuwcrqgu1x7hf/Screenshot%202016-02-15%2018.02.45.png?dl=0

    any idea?

    thanks so much, regards,
    paul

    #583708

    Hi Paul!

    Seems like you forgot to close a curly bracket – http://i.imgur.com/FzuVicI.png. Custom CSS is not being applied. Please fix the issue and try using px for font-size value. If you need help, please create a temporary admin login and post it here privately so we can look into it

    Cheers!
    Yigit

    #583723

    you’re really great:)

    thanks a lot!!!

    regards,
    paul

    #583730

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Change css for pricing tables’ is closed to new replies.