• Closed
  • Carlos
    Spectator
    May 12, 2015 at 8:28 pm #17455

    I figured out how to match the evolve tabs container’s border to match the other ones, but I can’t change the container’s background color to #FFF, like the other widget boxes. Also, how can I change the link colors (inactive and hover) in the evolve tabs widget?

    Roman
    Spectator
    Posts: 3147
    May 12, 2015 at 8:37 pm #17458

    Custom CSS:

    .tab-holder .tabs li.active a,
    .tab-holder .news-list li:nth-child(2n) {
    background:#fff!important;
    }
    .tab-holder .news-list li:nth-child(2n) {
    border-color:#fff;
    }
    .tab-holder .news-list li .post-holder a {
    color: orange !important;
    }
    .tab-holder .news-list li .post-holder a:hover {
    color: red !important;
    }

    modify per your needs