• Resolved procreator70

    (@procreator70)


    Could you please explain me how to make transparent background to make visible background image on the block of the theme ?

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

    (@supsysticcom)

    Hello, @procreator70 !
    Thanks for your question.
    In order to solve your problem, you need to go to CSS Editor tab and insert this code:

    #{{table.view_id}} .ptsCol .ptsColHeader {
    background-color:rgba(255,0,0,0.3);
    }

    Where “255,0,0” – RGB color value; “0.3” – opacity of background, you can choose value from 0 to 1.
    You can read more detailed tutorial by following this link
    https://supsystic.com/documentation/background-color-opacity/
    I hope this helps! Feel free to contact us here or via internal support in case of any questions.

    • This reply was modified 8 years, 2 months ago by supsystic.
    • This reply was modified 8 years, 2 months ago by supsystic.
Viewing 1 replies (of 1 total)

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