-
AuthorPosts
-
June 13, 2017 at 2:10 pm #807460
Hi
i need to change color text BUT only for some specifcs cells.
So it cant be done by quick cssI add this code on the cell before my text but it’s not working :
<span style=”color:#FFFFFF”>It display on backend correctly but not on frontend
June 13, 2017 at 4:05 pm #807548Hey jb84,
This can be done via quick css. Please see the following that explains how:
https://stackoverflow.com/questions/18846271/css-how-to-target-a-specific-cell-inside-a-table
Best regards,
Jordan ShannonJune 13, 2017 at 4:10 pm #807554thanks but i dont want to spend hours with quick css (im not a coder)
Isn’t it possible to add something like this : <span style=”color:#FFFFFF”>
it is just for 2 cells…June 13, 2017 at 4:45 pm #807566Hi,
The default table element won’t interpret the raw html. Using a plugin like TablePress will be able to give you more options.
Best regards,
Jordan ShannonJune 13, 2017 at 4:57 pm #807571;thans for your answer
Dont want to change the the raw color text just need to change in one cell only
the <b> html code is working isn’t it a simply html code for color text?June 13, 2017 at 5:51 pm #807590Hi,
Have you tried the following?
<b style="#fffff">
Best regards,
Jordan ShannonJune 14, 2017 at 9:44 am #807867unfortunably not working :(
June 14, 2017 at 2:17 pm #807997Hi,
As I mentioned, the approach is css. It will take much less time, and if the current method is not working (as I mentioned that raw html styling will not work) then it is really the only solution outside of using a table plugin.
Best regards,
Jordan ShannonJuly 14, 2017 at 9:06 pm #821425Hi Jordan,
I have a quick follow-up question about TablePress. Is there a simple way to turn off Enfold table-related CSS on a page where I’m using TablePress? I think I have some conflicts, and I would like to see if the TablePress styling along works.
Here’s the page with the table:
https://uscw.ajdesignco.com/earn-more/employment-data-and-wage-data-for-the-upper-savannah-area/Thank you,
AndyJuly 14, 2017 at 10:51 pm #821466Hi,
I don’t believe it would be possible to turn off the css without knowing the exact conflicts. However if you know how you want your tables to look you can add those styles to quick css and it will take take precedence over any default styles Enfold may be applying.
Another option is if you can direct a css reset to tables only that may clear 100% of the styles.
Best regards,
Jordan ShannonJuly 14, 2017 at 10:58 pm #821470OK, thanks. I did use Quick CSS to remove a border element. I think it’s okay now, but I’ll style it further in Quick CSS if needed. Take care!
July 14, 2017 at 10:59 pm #821471Hi,
Great! I’m glad you found a solution that worked out for you. If you need additional help, please let us know here in the forums!
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘enfold table color text’ is closed to new replies.