2 Replies
Daniel Canaveral

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.

change_border_color

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.

main.bundle

Once opened, initiate a search (Ctrl+F) for:  .fr-view table th

find

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.