Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #807460

    Hi
    i need to change color text BUT only for some specifcs cells.
    So it cant be done by quick css

    I 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

    #807548

    Hey 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 Shannon

    #807554

    thanks 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…

    #807566

    Hi,

    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 Shannon

    #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?

    #807590

    Hi,

    Have you tried the following?

    
    <b style="#fffff">

    Best regards,
    Jordan Shannon

    #807867

    unfortunably not working :(

    #807997

    Hi,

    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 Shannon

    #821425

    Hi 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,
    Andy

    #821466

    Hi,

    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 Shannon

    #821470

    OK, 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!

    #821471

    Hi,

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘enfold table color text’ is closed to new replies.