gullbekken Posted November 14, 2023 Posted November 14, 2023 https://finnskogutstillingen.squarespace.com/ password: finnskogutstillingen24 I am trying to change the background color on the "billetter/tickets" page via Page Settings/Advanced: <style> .main { background-color: #000000 !important; } </style> Also tried this: <style> #collection-6553c92c6b412969a9928874 { background-color: red; } </style> Any ideas?
Solution Web_Solutions Posted November 15, 2023 Solution Posted November 15, 2023 1 hour ago, gullbekken said: https://finnskogutstillingen.squarespace.com/ password: finnskogutstillingen24 I am trying to change the background color on the "billetter/tickets" page via Page Settings/Advanced: <style> .main { background-color: #000000 !important; } </style> Also tried this: <style> #collection-6553c92c6b412969a9928874 { background-color: red; } </style> Any ideas? Replace the code with the code below. <style> #collection-6553c92c6b412969a9928874 .section-background{ background-color: red !important; } </style> Kobir and gullbekken 2 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
gullbekken Posted November 15, 2023 Author Posted November 15, 2023 @Web_Solutions that worked, thanks! How did you find ".section-background"? I looked developer tool and Squarespace ID finder.
Web_Solutions Posted November 15, 2023 Posted November 15, 2023 3 minutes ago, gullbekken said: @Web_Solutions that worked, thanks! How did you find ".section-background"? I looked developer tool and Squarespace ID finder. gullbekken 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment