JaydenCruzL Posted August 27, 2021 Share Posted August 27, 2021 Site URL: https://www.useinpress.com/portfolio Hello! How can I make the mobile site header bottom border display in grey only on the portfolio page? Link to comment
tuanphan Posted August 30, 2021 Share Posted August 30, 2021 Hi, I don't see border here. Do you still need help? 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
JaydenCruzL Posted August 30, 2021 Author Share Posted August 30, 2021 I do still need help. The border in the image is a border I drew. There is no border on the actual portfolio page. I'd like to display a border only on the portfolio page. Thank you in advance! Link to comment
creedon Posted August 30, 2021 Share Posted August 30, 2021 Add the following to Design > Custom CSS. @media only screen and ( pointer : coarse ) and ( max-width : 1024px ), screen and ( max-width : 799px ) { #header { border-bottom : solid thick red; } } This is for a v7.1 site. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.