Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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

    #1182016

    Sorry can someone be so kind to help me with this topic? Thank you very much in advance

    #1182228

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

    #1182254

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

    #1182290

    Ok 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;
    }
    #1182503

    Hi,

    Thanks for the update, so everything is working as it should now then?

    Best regards,
    Rikard

    #1182555

    Yes thanks, apart for the th font color that is not accepted!

    #1182569

    Hi 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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.