Base solution for your next web application
Open Closed

sample .css file that works with the settings upload css fuc #3810


User avatar
0
mdonogma created

Where can i find a sample .css file that works with the settings upload css fuction.

we want to verify the functionality works


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @Mdonogma,

    We don't have a sample for it but you can create a simple css file including only one style for header bar to make it background red.

    .page-header.navbar{
        background-color:red;
    }