Basically the look as seen in the first attached jpeg (but that look I achieved is via site style which applies the border throughout the website). So looking for a code which targets only this page.
I did some basic research and I did try the code found on this thread :-
Hi. Sorry for the delay. I was off some days for the new year
Add to Home > Design > Custom CSS
/* mobile header border */
.Mobile-bar.Mobile-bar--top {
border: 15px solid black;
}
Question
ruchitkapoor 17
Site URL: https://sunfish-giraffe-gaz6.squarespace.com/selected-work
Hi Team,
I am trying to achieve a site border for a specific page (not the entire website).
The Page in question - https://sunfish-giraffe-gaz6.squarespace.com/selected-work
Password - qwerty
Basically the look as seen in the first attached jpeg (but that look I achieved is via site style which applies the border throughout the website). So looking for a code which targets only this page.
I did some basic research and I did try the code found on this thread :-
body#collection-5eb9a0ccd4d3cc58981f8766 { border: 10px solid red; }
But it gave a border AROUND the entire page, including AROUND the header and footer (please see the second attached jpeg), unlike what I want.
Link to post
Top Posters For This Question
5
4
4
Popular Days
Jul 16
3
Dec 22
2
Jul 15
2
Jul 13
1
Top Posters For This Question
tuanphan 5 posts
ruchitkapoor 4 posts
KABAUER 4 posts
Popular Days
Jul 16 2020
3 posts
Dec 22 2020
2 posts
Jul 15 2020
2 posts
Jul 13 2020
1 post
Popular Posts
tuanphan
Add to Home > Design > Custom CSS body#collection-5f0c05676a01a6439a5a789b { border: 10px solid red; }
tuanphan
@media screen and (max-width:640px) { body#collection-5f0c05676a01a6439a5a789b { border: 10px solid red; } }
tuanphan
Hi. Sorry for the delay. I was off some days for the new year Add to Home > Design > Custom CSS /* mobile header border */ .Mobile-bar.Mobile-bar--top { border: 15px solid black; }
Posted Images
12 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment