April 15, 2015 Change the Border Color in ShortStack Pop-ups
Are you using a pop-up to display something on a ShortStack tab? You can use the CSS below to change the color of the border around the pop-up so it better suits your tab! /*Border color in pop-up*/ .boxy-wrapper{ background-color:#00FF00; } Yes, the Hex Value in this code is for bright green, and that color probably isn't for everybody. You can...