Avoid Adblock on your website
Recommendation: Before making any changes, remember to download a backup copy of the file you are going to modify.
We go to our template and edit the index.php. Now look for the </style> section. We paste the following code on top:
Important: if you don't have the code </style>, you can add it inside the <body>.
Example:
<style>
Code 1
</style>
Now we look for the </body> section. We paste the following code on top:
It should look like this:
<body>
<style>
Code1
</style>
Code 2
</body>