-
AuthorPosts
-
February 5, 2020 at 10:52 am #1181693
Hi, I have to add some style to a a new table, but it seems that both style.css in the child theme and quick CSS do not work.
I have disabled the JS and CSS merging and hard cleared my cache. I do not use specific caching plugins, but just to be sure I disabled also iThemes Security. Still I have the same problem. Could you please check with me what’s going wrong? Thanks
February 6, 2020 at 2:18 pm #1182016Sorry can someone be so kind to help me with this topic? Thank you very much in advance
February 7, 2020 at 5:00 am #1182228Hi elenapoliti,
I have found this code in your Quick CSS:
.accordion-text-imma p>strong{ color:#3e88c0!important; ]
That should have caused the issue, I just replaced ] with }.
I tried adding this CSS code (which I removed afterwards):#top h1 { color: red; }
And it worked properly.
Best regards,
NikkoFebruary 7, 2020 at 9:38 am #1182254Thanks very much Nikko, now it is working. However I am facing difficulties in styling the tables present in the page https://www.marinemammalhabitat.org/immas/summary-of-current-immas/
In the past I styled various enfold tables, but these seem to not accept the css code for styling suggested at the link https://kriesi.at/documentation/enfold/table/
I am puzzled…
February 7, 2020 at 12:38 pm #1182290Ok I have soved part of the problem. The css code presented in the Enfold documentation is not working at all. However I used the following code to give a bcg color to the th row. It doesn’t take the font color though (it still keeps the default main color). I overcome that by choosing a lighter bcg-color. It is funny, since it gets the font-size and vertical-align rules, but not the color rule
/*---------------------------------------- // Table headings //--------------------------------------*/ #top .main_color .avia-data-table.avia_pricing_minimal th { background-color: #c0daed!important; } .avia-data-table.avia_pricing_minimal th { font-size:16px; vertical-align: middle; color:#ffffff!important!; /*THIS IS NOT WORKING!!*/ } .avia-data-table.avia_pricing_minimal td { color:#000000!important; font-size:14px; }
February 8, 2020 at 8:22 am #1182503Hi,
Thanks for the update, so everything is working as it should now then?
Best regards,
RikardFebruary 8, 2020 at 10:29 am #1182555Yes thanks, apart for the th font color that is not accepted!
February 8, 2020 at 1:48 pm #1182569Hi elenapoliti,
I checked it and the th color is already working.
Your previous code is wrong since theres an extra ! after important but it seems to be fixed already. :)Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.