Utilize the teachable.com platform and take advantage of their code Snippets feature (refer to attached photo #1) https://i.stack.imgur.com/dW1lB.png I inserted the following code:
div {
direction: rtl;
}
To modify the website's direction to be right-to-left (RTL), I applied this code. However, it affected all pages on the website, even though I only want specific pages to reflect this change. Is there a way to exclude certain pages from being impacted by this code?
I am able to edit the website either through code Snippets or this file (see attached photo #2) https://i.stack.imgur.com/F0qXu.png which is the file for the page that I need to exempt.