familystyleLA Posted May 7, 2021 Share Posted May 7, 2021 Site URL: https://rectangle-flamingo-fbgg.squarespace.com/ None of my custom CSS is showing up on the live site but I see it in the preview when editing. Specifically not seeing border-image CSS code on live site 😞 Link to comment
Wolfsilon Posted May 7, 2021 Share Posted May 7, 2021 Hello there, Without knowing the code you're using to create the border styles shown in the screenshot, it is a bit tricky to identify where the issue is. However, it could be that you are not targeting the correct elements or your CSS isn't specific enough. For example: #block-yui_3_17_2_1_1620362436514_9368 { outline: 5px solid; border: 5px solid; outline-offset: 5px; } Creates an offset outline and border effect similar to the image you've attached without the flourish. If you could please share the CSS you're using to create the effect we could determine the changes you may need to make. Hope this helps! -Dan Link to comment
familystyleLA Posted May 7, 2021 Author Share Posted May 7, 2021 Oh sure - I've tried a few different versions, including targetting the specific block id as you've indicated. This is one that does appear when editing: .content { border: 90px solid transparent; -moz-border-image: url('/s/Frame_1.svg') 120 round round; -webkit-border-image: url('/s/Frame_1.svg') 120 round round; -o-border-image: url('/s/Frame_1.svg') 120 round round; border-collapse: unset; padding: 3%; } I created a custom code block as well that works - though I would really like to target a content block instead: .home-shirt { border: 130px solid transparent; -moz-border-image: url('/s/Frame_1.svg') 120 round round; -webkit-border-image: url('/s/Frame_1.svg') 100 round round; -o-border-image: url('/s/Frame_1.svg') 120 round round; padding: 0%; } It just seems to me that border-image is just not supported? Maybe I'm wrong. Link to comment
tuanphan Posted May 9, 2021 Share Posted May 9, 2021 On 5/8/2021 at 6:48 AM, familystyleLA said: Oh sure - I've tried a few different versions, including targetting the specific block id as you've indicated. This is one that does appear when editing: .content { border: 90px solid transparent; -moz-border-image: url('/s/Frame_1.svg') 120 round round; -webkit-border-image: url('/s/Frame_1.svg') 120 round round; -o-border-image: url('/s/Frame_1.svg') 120 round round; border-collapse: unset; padding: 3%; } I created a custom code block as well that works - though I would really like to target a content block instead: .home-shirt { border: 130px solid transparent; -moz-border-image: url('/s/Frame_1.svg') 120 round round; -webkit-border-image: url('/s/Frame_1.svg') 100 round round; -o-border-image: url('/s/Frame_1.svg') 120 round round; padding: 0%; } It just seems to me that border-image is just not supported? Maybe I'm wrong. /s/Frame_1.svg url won't work on preview/live mode. use full image url, eg: https://google.com/s/Frame_1.svg 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
tuanphan Posted May 17, 2021 Share Posted May 17, 2021 On 5/11/2021 at 12:42 AM, familystyleLA said: Ahhhh thank you 😁 Do you need help on these? Site URL: https://rectangle-flamingo-fbgg.squarespace.com/ 1. (Tablet-Homepage) Increase box width, reduce box padding? 2. (Tablet-Header) Move cart icon down a bit? 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