Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #805755

    HI Team,

    How to change the table element color, see link attached in private box

    I have added a code with code block and place into the main color section box but still no affect

    #805807

    Hey DigitalBerg,

    Please provide a link to the site/page in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #805967

    Hi Jordan,

    Thanks for the quick response.

    Please see the private box for more information.

    Regards

    #806049

    Hi!

    The table “Included with your machine” is a data table. If you would like to change the background color of the highlight column in the heading row, please try the code below instead:

    .avia-data-table th.avia-highlight-col {
       background-color: #5E2750 !important;
       border-color: white !important;
       }
    

    I noticed that you included the blockquote in the screenshots you provided, as well. If you would like to change the border color for it, please use the following code:

       .main_color blockquote {border-color:#5E2750 !important;}

    Best regards,
    Sarah

    #806199

    HI Both,

    Thanks a lot for your quick response and support.

    I have added the code, however, still, color not changing. I have added code inside of the code block within the page, is this the correct way?

    Regards
    Q

    #806201

    Hi,

    No you would want to add the code within Quick CSS. Find that section in Enfold Options > General Styling.

    Best regards,
    Jordan Shannon

    #806628

    Thanks Team,

    Working as expected!

    Highly appreciate your Quick support.

    #806704

    Hi,

    Glad to hear that and thanks for using Enfold :)

    Best regards,
    Nikko

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