In order to change entry page background image :

  • Click on Menu
  • Click on Settings [Side Navigation Menu]
  • Select Appearance
  • Select Color Scheme [For eg : Dark Color Scheme] in the “Appearance” screen that appears
  • Select Location
  • Choose your preferred colors & font size
  • Click Update

We’re utilizing CSS variables. You can locate the CSS variables linked to an element through developer tools.

  • Right-click on the element you’re interested in.
  • Select “Inspect” from the context menu to open Developer Tools.
  • In the Styles tab of the Developer Tools, look for the CSS properties of the selected element.
  • CSS variables will be displayed with their values, allowing you to identify the one you’re looking for.