December 5, 16:56
I've encountered a similar one before, you can refer to my method!
1. Log in to your Hostinger account:
Use your account information to log in Hostinger platform.
2、Select the target website:
Enter the WordPress website management interface where you need to restore CSS.
3、Access the database management tool (phpMyAdmin):
In Hostinger's control panel, find the Database section.
4, open phpMyAdmin tool.
Select the website database:
In the phpMyAdmin interface, select the database corresponding to your website.
5、Execute the SQL query:
Click the **Query (Query)** tab at the top.
Enter the following SQL statement in the Query box:
[Code]
Click Submit Query.
6. Find custom CSS data:
The query result will show one or more rows of data containing the previously saved custom CSS code.
7、Copy and restore CSS:
Click the **Edit (Edit)** button to view and copy the CSS code.
Paste the copied CSS code back into the **Additional CSS (Additional CSS)** section of the WordPress backend.