...
To prevent this, we strongly recommend scoping all footer CSS by encapsulating it in a unique ID.
Info |
---|
Replace |
For example:
Code Block |
---|
#YOUR-RESORT-brandfooter p { font-size: 1rem }; #YOUR-RESORT-brandfooter h1 { color: #000 }; |
...
...
To prevent this, we strongly recommend scoping all footer CSS by encapsulating it in a unique ID.
Info |
---|
Replace |
For example:
Code Block |
---|
#YOUR-RESORT-brandfooter p { font-size: 1rem }; #YOUR-RESORT-brandfooter h1 { color: #000 }; |
...