Juggernaut Posted April 19, 2021 Share Posted April 19, 2021 Site URL: https://mikko-iivanainen.squarespace.com/ I wish to change color of the two last navigation links. I tried code below, but it is not working: .header-nav-folder-item:nth-child(9) a { color: red !important; } .header-nav-folder-item:nth-child(10) a { color: red !important; } Link to comment
tuanphan Posted April 21, 2021 Share Posted April 21, 2021 Hi. What is password? 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
Juggernaut Posted April 27, 2021 Author Share Posted April 27, 2021 Hi, sorry. Password is: river Link to comment
Juggernaut Posted April 27, 2021 Author Share Posted April 27, 2021 I have another issue with the same site with header transparency, help would be appreciated. Cannot seem to get a hold of how this works in 7.1 version. I would like to have a semitransparent background, but code below has no effect: #header { background: rgba(0,0,0,0.5); } Link to comment
tuanphan Posted April 28, 2021 Share Posted April 28, 2021 On 4/19/2021 at 2:08 PM, Juggernaut said: Site URL: https://mikko-iivanainen.squarespace.com/ I wish to change color of the two last navigation links. I tried code below, but it is not working: .header-nav-folder-item:nth-child(9) a { color: red !important; } .header-nav-folder-item:nth-child(10) a { color: red !important; } Add to Design > Custom CSS nav.header-nav-list>div:nth-last-child(-n+2) a { color: red; } On 4/27/2021 at 12:52 PM, Juggernaut said: I have another issue with the same site with header transparency, help would be appreciated. Cannot seem to get a hold of how this works in 7.1 version. I would like to have a semitransparent background, but code below has no effect: #header { background: rgba(0,0,0,0.5); } Add this CSS .header-announcement-bar-wrapper { background-color: rgba(0,0,0,0.5) !important; position: absolute !important; } 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