Lnoon18 Posted October 15 Posted October 15 Hello! I need to add a border with padding around videos. I have tried using the regular shapes however the space becomes pretty restrictive because of the grids block. The colour is #f4b966. Thanks!
abibacon Posted October 15 Posted October 15 @Lnoon18 could you share a link to the page you're wanting this on? Learn CSS - abibacon.com/css-course Reach out for Custom Coding - abibacon.com Developer & Support Specialist at will-myers.com (Affiliate Link) If you'd like to make a contribution for my time you can Buy Me A Coffee.
Lnoon18 Posted October 15 Author Posted October 15 @abibacon the site isn't live yet. Can I send an editor link or something else?
abibacon Posted October 15 Posted October 15 @Lnoon18, you can password protect the site in the settings. Use the search function to look for 'site availability' and create a password. You can then share the url. Learn CSS - abibacon.com/css-course Reach out for Custom Coding - abibacon.com Developer & Support Specialist at will-myers.com (Affiliate Link) If you'd like to make a contribution for my time you can Buy Me A Coffee.
Lnoon18 Posted October 16 Author Posted October 16 Thank you @abibacon we are currently having domain transfer issues and not even the published landing page is showing live. All on our end with DNS and disconnection from the old site is fine so hoping its just a waiting game for the domain to transfer asap. I'm not sure if this affects the password protected site view? This is the website: https://joelsunny.com/
tuanphan Posted October 19 Posted October 19 You can use code like this to Website Tools > Custom CSS .fe-block:has(div#block-yui_3_17_2_1_1728963968224_3506) { border: 5px solid green; padding: 30px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Lnoon18 Posted October 19 Author Posted October 19 Thank you @tuanphan How can I make it this color: #f4b966 This is what I changed it to but the border disappeared: .fe-block:has(div#block-yui_3_17_2_1_1728963968224_3506) { border: 5px #f4b966; padding: 30px; }
Lnoon18 Posted October 19 Author Posted October 19 @abibacon the site is now live! The button I'm trying to alter is here: https://joelsunny.com/
abibacon Posted October 21 Posted October 21 Hey @Lnoon18, try the below CSS #block-yui_3_17_2_1_1728963968224_3506 .sqs-block-content { border: 5px solid #f4b966; padding: 20px; } tuanphan 1 Learn CSS - abibacon.com/css-course Reach out for Custom Coding - abibacon.com Developer & Support Specialist at will-myers.com (Affiliate Link) If you'd like to make a contribution for my time you can Buy Me A Coffee.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment