gullbekken Posted November 14 Share Posted November 14 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? Link to comment
Solution Web_Solutions Posted November 15 Solution Share Posted November 15 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> gullbekken and Kobir 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. Link to comment
gullbekken Posted November 15 Author Share Posted November 15 @Web_Solutions that worked, thanks! How did you find ".section-background"? I looked developer tool and Squarespace ID finder. Link to comment
Web_Solutions Posted November 15 Share Posted November 15 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. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment