• Resolved bruno1971

    (@bruno1971)


    Hi, Tobias,

    I have perfectly working tables on one website and needed to use them on the other website. So I used Export and Import command and also copied the whole CSS use on the first website.
    For some reason the CSS isn’t fully applied on the new site – the colours for the heading rows dont’ work.

    Could you please help?

    This is the site where it works: http://srubukocoura.cz/cenik_ubytovani/

    This is one that does not work: http://chataucernekocky.cz

    Thank you!

    David

    • This topic was modified 5 years, 1 month ago by bruno1971.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The cause for this is your theme, which is different on the sites. To change the header color, we’ll need to increase the priority of the CSS. For that, please change

    .tablepress thead th,
    .tablepress tfoot th {
    	background-color: #ff6600;
    }

    to

    .tablepress thead th,
    .tablepress tfoot th {
    	background-color: #ff6600 !important;
    }

    Regards,
    Tobias

    Thread Starter bruno1971

    (@bruno1971)

    Worked like a charm!

    I’ll try to remember for the next time.

    Thank you very much, Tobias!

    Take care and stay safe!

    D.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘CSS not applied’ is closed to new replies.