Perzival Posted January 17, 2019 Report Share Posted January 17, 2019 Hello, I am trying to perform a custom style in my form but I can't seem to find the right selector for the background. Can you guys help? It would also be a great help if you can create a CSS code to make the background transparent. Thanks! Z Quote Link to comment Share on other sites More sharing options...
0 Harbinger Posted January 17, 2019 Report Share Posted January 17, 2019 Hi there @Perzival If you are using a submission form you may use the caspioform class selector or the cbTable selector. The difference of the two is, caspioform is the pane where the cbTable is situated. While the cbTable is the element inside of the caspioform. Hope this helps. ~ H Quote Link to comment Share on other sites More sharing options...
0 Harbinger Posted January 17, 2019 Report Share Posted January 17, 2019 Also, with regards to the CSS, please try the code below if will work for you. table[id^="cbTable"][class^="cbFormTableCellspacing"][class^="cbFormTable"] { background: rgba(41, 60, 41, 0.3) !important; } Cheers, ~ H Quote Link to comment Share on other sites More sharing options...
Question
Perzival
Hello,
I am trying to perform a custom style in my form but I can't seem to find the right selector for the background.
Can you guys help?
It would also be a great help if you can create a CSS code to make the background transparent.
Thanks!
Z
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.