You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have limited knowledge of php, I'd like to set the default timezone and also to remove the buble next to the text. Could you tell me how to achieve this?
The text was updated successfully, but these errors were encountered:
The default timezone = the timezone specified in Global Configuration.
The "bubble" next to the text is a HTML list item bullet.
You could add some CSS to disable the bullet: ul { list-style-type: none; margin: 0; padding: 0; }
Global config timezone doesn't change anything, server side change doesn't do anything either, is it possible to change it via your code in php(To make it default somehow, the list thing resolved thank you)?
I have limited knowledge of php, I'd like to set the default timezone and also to remove the buble next to the text. Could you tell me how to achieve this?
The text was updated successfully, but these errors were encountered: