Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1109284

    Ok I’m sure this is simple but I can’t find in the forum.
    I need to change the table cell color on this page. https://www.houstonshost.com/houston-web-hosting/
    Would like them to be a light blue.

    Thanks,
    Keith

    #1109386

    Hey Keith,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #1109535

    Hi Rikard,
    I added the code to the quick css section but it didn’t work. I also tried using the color hex code vs lightblue.
    This is all the code in that section.

    ——Start———-
    #header_meta, #header_main {
    background: transparent;
    border: none!important;
    }
    .sub-menu {
    max-width:160px;
    }
    .pricing-table>li:nth-child(odd), .pricing-table>li:nth-child(even) {
    background: #00CDFF;
    }

    Thanks,
    Keith

    #1109712

    Hi Keith,

    I see that you have file compression active, did you select to delete the old CSS and JS files under Enfold->Performance before you checked the results? You might also need to use !important in the code:

    .pricing-table>li:nth-child(odd), .pricing-table>li:nth-child(even) {
        background: lightblue !important;
    }

    Best regards,
    Rikard

    #1119955

    Hi Rikard,
    Sorry I’m just getting back to this. I may have not been specific enough. the table cells are now blue but I only wanted the top header cell changed from black to blue. Can you help?

    Thanks,
    Keith

    #1120468

    Hi,
    Please try using this css instead:

    .avia-heading-row,.pricing-extra {
    background: lightblue !important;
    }

    Best regards,
    Mike

    #1120469

    Hi Mike,
    Great. We’re almost there. Is there a way to change the black row beneath it also?

    Thanks!
    Keith

    #1120476

    Hi,
    Please try this css:

    .avia-pricing-row {
    background: lightblue !important;
    }

    Best regards,
    Mike

    #1120486

    Hi Mike,
    That did not work.

    Thanks,
    Keith

    #1120500

    Hi,
    This seems to be working for me, Please try this code in the WordPress > Customize > Additional CSS field:

    .avia-pricing-row {
    background: lightblue !important;
    }

    Otherwise Please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    #1120534

    Ok this works when I added it to WordPress > Customize > Additional CSS
    Was putting in in Enfold >General Styling> Quick CSS
    One more question. It seems that this code with not accept hex color codes. I’m trying to dial the color in. Is there a code that will accept hex?

    Thanks,
    Keith

    #1120537

    Nevermind! I see what I did wrong. Thank you!

    #1120548

    Hi,
    Glad to hear you have it sorted out now. Shall we close this thread then?

    Best regards,
    Mike

    #1120563

    Thank you, Mike. Yes. Please close.

    #1120567

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Change Table Cell color’ is closed to new replies.