Viewing 1 replies (of 1 total)
  • Plugin Author Relevad

    (@relevad)

    Hi Redline. At the moment, there is no way to set the background color to be transparent using the color picker. If you wanted to set it as such, you could insert custom CSS into the advanced styling box at the bottom.

    The CSS you would use is:

    background-color: transparent !important;

    This line will modify the background color of the ticker to be transparent.

    If you were looking to put this CSS in another place on your website that accepts CSS style rules instead of the advanced styling box, the correct line would be:

    .stock_ticker {background-color: transparent !important;}

    Let me know if this doesn’t work for you and I’ll take a second look.

Viewing 1 replies (of 1 total)

The topic ‘Transparent Background’ is closed to new replies.