Re: Change background Color in every Page
Reply #1 –
@ocalle you can change background for pages using the bellow method
body.products-index {
background:blue;
color:red;
}
in App Custom CSS add the above code replacing products with the name of the table you are working on and index with the page name you are working on, the background of the page should change when this is done.
Note:
index is for ListPage
edit is for EditPage
add is for AddPage