Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #193902

    Hello
    I got a question about Pricing and data Tables
    http://kriesi.at/themedemo/?theme=enfold

    I need each line to be the same color as previous. For now- they got different colours in all tables, one- normal colour, next- light, and so on. How may I set nrmal color for all entries?

    #194145

    Hi Superbobrik!

    So you want them all of them to be one color?

    .pricing-table li {
        background: red !important;
    }

    Best regards,
    Josue

    #194292

    Hello
    Not really.
    If you check this pic: http://gyazo.com/c58e7e4668247109002c407decc21f25.png
    1st line is normal, 2nd is light colour, 3rd is normal, 4th is light color

    I want all lines in all tables to be like 1st and 3rd, so the result will be this:
    http://gyazo.com/3a96b6a1b90ca3c8a8f7f773b21564a3.png

    So, as you see, on 2nd screenshot all lines are the same in terms of visual appearance

    #194298

    Hey!

    You can change the alternating background color using this:

    .main_color .pricing-table>li:nth-child(even), .main_color .pricing-table>li:nth-child(odd) {
    background-color: gray;
    }

    Regards,
    Ismael

    #194310

    But that is not problem with background only.
    The letters are lighter, I may change background for each table line by hand via TinyMCE.
    Ans I am not talking about only Pricing tables, I am talking about all tables on the site.
    But I think it is WordPress issue, not Enfold theme..

    If I use your code, I just got background of the mentioned colour, that is not what I need. I just need lines in table not to change styling one by one. I have shown you screenshot, but maybe we have little misunderstanding… Sorry for my english:)

    As I understand, this is wordpress feature- to let people distinguish lines of text in table, it automatically set one line as normal styling, the next line- with light styling, and so on. So visually it is easy to distinguish different content in those lines.

    #194736

    Everything is solved with the help of woprdpress redactor)

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Pricing and data Tables’ is closed to new replies.