Forum Discussion
AnithaPai-17c02
4 years agoCommunity Member
Formatting tables
Is there an option to change the color of the table cell border in Articulate Rise?
DanielCanave618
4 years agoCommunity Member
Hi Anitha. Rise doesn't appear to give you this option on the front-end. If you would like to change the border color, it looks like you'll need to play around with the main.bundle.css folder once the project is exported.
To access the main.bundle.css folder, follow the path: content > lib > main.bundle. Open the css folder (not the js one) using a code editor/viewer like Notepad.
Once opened, initiate a search (Ctrl+F) for: .fr-view table th
From here, you can adjust the border's width ( [#] px ) and color by entering the desired hexcode (#000000 for black). Be sure to Save the changes before attempting to launch the course.