Stefano20 Posted August 1, 2020 Share Posted August 1, 2020 Site URL: https://lupatrattoria.squarespace.com I would like to customize the background, button & text colors for the OpenTable block in my website. Right now the block background doesn't match the page color & the button is black instead of dark grey. Thanks! Link to comment
tuanphan Posted August 1, 2020 Share Posted August 1, 2020 Can you share link to page where you inserted opentable block? I don't see it on homepage. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Stefano20 Posted August 2, 2020 Author Share Posted August 2, 2020 https://lupatrattoria.squarespace.com/reservations Thanks! Link to comment
tuanphan Posted August 3, 2020 Share Posted August 3, 2020 Add to Home > Design > Custom CSS /* open table background */ .squarespace-opentable-new-age-wrapper { background: #862633 !important; } /* Button */ .squarespace-opentable-new-age-wrapper input { background: darkgrey !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Stefano20 Posted August 4, 2020 Author Share Posted August 4, 2020 works great. thanks! Link to comment
lamdra Posted November 5, 2020 Share Posted November 5, 2020 On 8/2/2020 at 6:35 PM, tuanphan said: Add to Home > Design > Custom CSS /* open table background */ .squarespace-opentable-new-age-wrapper { background: #862633 !important; } /* Button */ .squarespace-opentable-new-age-wrapper input { background: darkgrey !important; } I just implemented this on my site as well but is there a way to move the "Find a table" button to the right? So that they're all in the same row? Thanks! davidmatos 1 Link to comment
tuanphan Posted November 6, 2020 Share Posted November 6, 2020 11 hours ago, lamdra said: I just implemented this on my site as well but is there a way to move the "Find a table" button to the right? So that they're all in the same row? Thanks! Can you share link to page where you embed opentable? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
lamdra Posted November 17, 2020 Share Posted November 17, 2020 On 11/6/2020 at 2:39 AM, tuanphan said: Can you share link to page where you embed opentable? We can check easier Of course, it's currently at http://primrosesteamboat.com/ Link to comment
tuanphan Posted November 21, 2020 Share Posted November 21, 2020 On 11/17/2020 at 11:48 PM, lamdra said: Of course, it's currently at http://primrosesteamboat.com/ Hi. Sorry for the delay. This will requires JavaScript. Which plan do you use? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
lamdra Posted November 21, 2020 Share Posted November 21, 2020 26 minutes ago, tuanphan said: Hi. Sorry for the delay. This will requires JavaScript. Which plan do you use? I’m in the business plan. Link to comment
tuanphan Posted November 22, 2020 Share Posted November 22, 2020 First, in Code Injection Header, remove this line <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> Replace with this new line <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> Add this code to Code Injection Footer <script> $(document).ready(function() { $('div.sqs-block-opentable-v2 .squarespace-opentable-button-wrapper').insertAfter('.ot-time-picker.ot-dtp-picker-selector.unselected-on-init'); }); </script> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
davidmatos Posted July 7, 2021 Share Posted July 7, 2021 On 8/3/2020 at 1:35 AM, tuanphan said: /* open table background */ .squarespace-opentable-new-age-wrapper { background: #862633 !important; } /* Button */ .squarespace-opentable-new-age-wrapper input { background: darkgrey !important; } Great stuff, thanks! Link to comment
Svenihana Posted February 20 Share Posted February 20 Hello there. I would love to get rid of the open table widget background. Any chance to change the background opacity to 0%? Link to comment
tuanphan Posted February 25 Share Posted February 25 On 2/20/2023 at 9:00 PM, Svenihana said: Hello there. I would love to get rid of the open table widget background. Any chance to change the background opacity to 0%? Can you share link to page where you use Open Table Widget? We can check it again easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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