Hello?@yahyabassa,
You have to apply this solutions which we have given you.
In response to your inquiry, we have successfully resolved the issue you previously encountered. To implement the solution, you need to insert custom JavaScript into the “custom.js” file, as outlined in the steps below:
For clearer understanding, we have provided the screenshot :
Screenshot : https://prnt.sc/hazTXrIJXwnL
JS Code:
const element = document.querySelector('[dir="rtl"]');
if (element) {
element.removeAttribute('dir');
}
- Navigate to the “Appearance” section.
- Select “Theme File Editor.”
- Locate the “assets” folder.
- Access the “Js” subfolder.
- Open the “custom.js” file.
- Append your custom JavaScript code to the end of the existing code.
- Finally, remember to save the file to apply the changes.
Note : It’s important to note that you should insert the JS code at the end of the entire code.
Thanks