Segalido Posted September 19, 2020 Share Posted September 19, 2020 how do i add horizontal line under the header on 7.1 css ? Link to comment
tuanphan Posted September 21, 2020 Share Posted September 21, 2020 Add to Home > Design > Custom CSS. If the code doesn't work, can you share site url? We can check easier. header#header:after { content: ""; display: block; background: red; height: 1px; width: 100%; } 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!) Link to comment
MadsP Posted January 11, 2021 Share Posted January 11, 2021 Hello. I would like to have a 4 px line under the header for my website. The link is: impala-vanilla-df78.squarespace.com The above code did not work! Thank you :) Link to comment
tuanphan Posted January 13, 2021 Share Posted January 13, 2021 On 1/12/2021 at 1:32 AM, MadsP said: Hello. I would like to have a 4 px line under the header for my website. The link is: impala-vanilla-df78.squarespace.com The above code did not work! Thank you :) You can use this code /* Line under header */ header#header { border-bottom: 4px solid #f1f2f3; } Chele and Joseph20 1 1 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!) Link to comment
jenniferboddam Posted August 31, 2021 Share Posted August 31, 2021 @tuanphan is there a way to move the line up and down the page horizontal & vertical? I've tried using position % but cant see it working I was using Quote .page-section[data-section-id="61141142cc01a74ed5bfead4"] { border-top:1px solid #222; } but say I want to have a double line like 5px below that one or just move it 10% down into the section what would I target if position isn't working? Link to comment
tuanphan Posted September 1, 2021 Share Posted September 1, 2021 17 hours ago, jenniferboddam said: @tuanphan is there a way to move the line up and down the page horizontal & vertical? I've tried using position % but cant see it working I was using but say I want to have a double line like 5px below that one or just move it 10% down into the section what would I target if position isn't working? I think you need to use CSS pseudo to add border. Can you share link to your site? 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!) Link to comment
jenniferboddam Posted September 1, 2021 Share Posted September 1, 2021 @tuanphan yes its https://flugelhorn-seahorse-lzrb.squarespace.com/?p pw: design123 I just want to be able to add 1px lines where id like not just at the border of each section but within each section, so is there a way to target the movement of the line? Link to comment
JimenaD Posted January 15, 2023 Share Posted January 15, 2023 Is there a way to add consecutive lines in different colors and sizes? Id like to add the following design of lines. Is it possible? Link to comment
tuanphan Posted January 18, 2023 Share Posted January 18, 2023 On 1/16/2023 at 3:40 AM, JimenaD said: Is there a way to add consecutive lines in different colors and sizes? Id like to add the following design of lines. Is it possible? Not sure, if you share site url, we can take a look 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!) Link to comment
Des_media Posted January 11 Share Posted January 11 Can we add this type of lines in header? Link to comment
tuanphan Posted January 13 Share Posted January 13 On 1/11/2024 at 7:56 PM, Des_media said: Can we add this type of lines in header? Yes. Just some lines of CSS if you share url 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!) 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