-
AuthorPosts
-
November 27, 2013 at 4:02 pm #193902
Hello
I got a question about Pricing and data Tables
http://kriesi.at/themedemo/?theme=enfoldI 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?
November 28, 2013 at 1:37 am #194145Hi Superbobrik!
So you want them all of them to be one color?
.pricing-table li { background: red !important; }
Best regards,
JosueNovember 28, 2013 at 11:48 am #194292Hello
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 colorI want all lines in all tables to be like 1st and 3rd, so the result will be this:
http://gyazo.com/3a96b6a1b90ca3c8a8f7f773b21564a3.pngSo, as you see, on 2nd screenshot all lines are the same in terms of visual appearance
November 28, 2013 at 12:05 pm #194298Hey!
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,
IsmaelNovember 28, 2013 at 12:30 pm #194310But 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.
November 29, 2013 at 3:02 pm #194736Everything is solved with the help of woprdpress redactor)
- This reply was modified 11 years ago by Superbobrik.
-
AuthorPosts
- The topic ‘Pricing and data Tables’ is closed to new replies.