• Hi,

    I found this post: https://wordpress.org/support/topic/tablepress-how-to-change-the-color-of-the-nextprev-arrows?replies=8

    but I am not able to fix my problem with the color of the arrows.
    I hope Tobias is reading this, maybe with a a little help for me? 😉

    I added the following css:

    tr.row-1.odd {
    color: #666633;
    }

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

    .tablepress thead .sorting_asc,
    .tablepress thead .sorting_desc,
    .tablepress thead .sorting:hover {
    background-color: #ccff99;
    }

    .paginate_enabled_previous:before,
    .paginate_enabled_next:after {
    color: #666633;
    }

    .paginate_disabled_previous:before,
    .paginate_disabled_next:after {
    color: #669933;
    }

    .paginate_enabled_previous:hover:before,
    .paginate_enabled_next:hover:after {
    color: #996633;
    }

    at this site: http://qiacademy.net/teilnehmer

    Thx,
    Heike

  • The topic ‘Table Press’ is closed to new replies.