SandNotOil Posted October 23 Share Posted October 23 I have tried to figure it out myself, and I know it's probably simple, but I am just stuck. I have a What's On calendar list page, and I would like to change the background colour of the small date cube using CSS code to #fecd0a (and preferably with a thin black line edge too, but I don't know if this is possible). Can anyone help me out? This is the page - https://www.themudlife.co.uk/whats-on Link to comment
paul2009 Posted October 23 Share Posted October 23 6 hours ago, SandNotOil said: I have a What's On calendar list page, and I would like to change the background colour of the small date cube using CSS code to #fecd0a (and preferably with a thin black line edge too, but I don't know if this is possible). @SandNotOil Try adding this to Custom CSS and then modify to meet your needs: .eventlist-datetag-inner { background: floralwhite; border: 1px solid #ddd; } Did this help? Please give feedback by clicking an icon below ⬇️ About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
Solution SandNotOil Posted October 24 Author Solution Share Posted October 24 Thanks Paul that worked a treat as you can see, but is there a way to change the line colour too? Link to comment
Web_Solutions Posted October 24 Share Posted October 24 9 minutes ago, SandNotOil said: Thanks Paul that worked a treat as you can see, but is there a way to change the line colour too? Here is the code for change the line color. You can change the color to your need .eventlist-datetag-enddate { border-color: red !important; } 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
SandNotOil Posted October 24 Author Share Posted October 24 Thanks Web_Solutions, that did the trick. Sorry I can't mark both of you as the solution, but you have my gratitude❤️, so I hope that's enough. 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