Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #474061

    Hi,
    I am just trying to create a pricing table with different colors on the table column headers. I have found a thread on the forum dated July 30, 2014 and I have tried to follow the instruction but couldn’t achieve anything.
    I am just wondering if the solution on this thread still applies to the current Enfold-theme? (https://kriesi.at/support/topic/different-colors-on-table-column-headers/#post-297982)

    Kind regards,
    Elain

    #474237

    Hey Elain!

    Can you please post the link to your page?

    Cheers!
    Yigit

    #474638

    Hi Yigit,

    Below is the link to my page. Basically, I wish to be able to specify a different header colour for each column on the pricing table.

    Regards,
    Elain

    #474657

    Hey!

    The code should work but first you need to add a custom css class attribute to the table element: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    On the previous thread, “custom-class” was the custom css class attribute applied to the table element.

    Regards,
    Ismael

    #474670

    Hi Ismael,

    I have tried that but it didn’t work. I have added the custom css class and I have also added the code on Quick CSS. I have included the login details below if you need to check if I have done the right thing :)

    Regards,
    Elain

    #474698

    Hi!

    I have search into your source for ” orgform ” but I can not see the ID to be around the pricing tables at all.
    Can you please check that?

    Regards,
    Basilis

    #474709

    Hi Basilis,

    Are you looking at the Pricing page (see links below)?

    The custom class I used in all the tables on this page is ‘customheader’.

    Regards,
    Elain

    #474716

    Hi!

    Check your custom CSS then, I saw a different ID for locating the pricing tables.

    Cheers!
    Basilis

    #474749

    Hi Basilis,

    I have checked my custom CSS and have removed those ID that I am not using but I still couldn’t create a pricing table with different colors on the table column headers.

    #474872

    Hey!

    And now, what class you have so you can target each one of those areas? I can see your CSS solution a bit messy and not following a hierarchy.

    First, add a wrapper to the Pricing Tables and then try to customize them.

    Cheers!
    Basilis

    #475492

    Hey Basilis,

    Just thought I should let you know that I am not a developer – I am new to this and that is why I am using a template. I don’t really understand what you mean by following a hierarchy and what do you mean by wrapper? How do I do that?

    I have done all that Yigit suggested on this post: https://kriesi.at/support/topic/different-colors-on-table-column-headers/#post-297982

    And what should I do next to achieve the result I want?

    Regards,
    Elain

    #475563

    Hi!

    If you can not make it work, Everything is possible, I would suggest you can contact one of our Customization Contractors, who will help you out with the process.
    http://kriesi.at/contact/customization

    Let us know if we could do anything else, regarding our theme

    Regards,
    Basilis

    #476273

    Hey Basilis,
    I don’t think the suggestions to contact one of your Customisation Contractors is appropriate here. My very first question on this thread is to check if the post dated ‘July 30, 2014‘ is still relevant and if so, it should work for what I need done. Ismael has also confirmed that it should work. So, I would have thought that you’ll suggest something that I can try in order to fix the issue instead of asking me to pay someone else to fix it?

    #476493

    Hey!

    Can you please switch user role to Administrator? – https://kriesi.at/support/topic/different-colors-on-table-column-headers-2/#post-474670

    Best regards,
    Yigit

    #476820

    Hi Yigit,

    I have switched the user role to Administrator.

    Cheers,
    Elain

    #478626

    Hi Yigit,

    I had a developer friend look at the site and they were able to resolve it. I wished to pass on some feedback both for yourselves as well as anyone else who comes across this thread looking for a solution to a similar issue:

    1) It appears that the link in the OP, asking if it is still relevant – is not. So the reply from you (#474657) is incorrect. The Table control doesn’t actually use traditional HTML table element structures, instead it uses an unordered list. So the CSS would never work.
    2) The correct CSS to affect the new structure using the unordered list is as follows (assuming the custom CSS class added to the control is .pricing-table):

    .pricing-table div.pricing-table-wrap:first-child .avia-pricing-row {
    background: red;
    }
    .pricing-table div.pricing-table-wrap:nth-child(2) .avia-pricing-row { 
    background: blue;
    }
    .pricing-table div.pricing-table-wrap:nth-child(3) .avia-pricing-row { 
    background: green;
    }

    Hope that helps future users. Thanks!

    • This reply was modified 8 years, 10 months ago by LiquidBrand. Reason: Added note about custom CSS class
    #478898

    Hi,

    Thanks for the feedback and for posting the solution, much appreciated. Glad you got your problem fixed and sorry for not being able to help you out in a more efficient manner.

    Best regards,
    Rikard

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