When trying to make an article listing - the table is using black as background - hence the text is not visible. I have tried using the color settings in template config, but cannot find these settings anywhere. The closest I get is in tag > list_items.php, that states
<table class="com-tags-tag-list__category category table table-striped table-bordered table-hover">.
But how do I define the colors?

    9 days later

    Hi torotto

    I updated the color a bit:

    tr.cat-list-row0 td.list-title a {
        color: #fff;
    }
    
    tr.cat-list-row1:hover td.list-title a {
        color: var(--body-link-color);
    }
    
    tr.cat-list-row0 td.list-author {
        color: #fff;
    }
    
    tr.cat-list-row1:hover td.list-author {
        color: #fff;
    }

    Kindly check.

    Write a Reply...
    You need to Login to view replies.