• Resolved flashfloyd119

    (@flashfloyd119)


    Can someone help me with this? I’m working with WP Table-Reloaded and I’m trying to make the background of the links that are contained inside of the table transparent. Right now they are showing as white strips against my black background.

    http://www.chadfloyd.com/audio/

    Thanks,
    Chad

Viewing 1 replies (of 1 total)
  • Try adding this to your CSS file:

    .entry-content a {
    background: none;
    }

    If that doesn’t work try:

    entry-content a {
    background: none!important;
    }

Viewing 1 replies (of 1 total)

The topic ‘WP Table Reloaded background help’ is closed to new replies.