KaylaBee Posted November 9, 2020 Share Posted November 9, 2020 Site URL: http://fbaptistfr.org Good afternoon! I am trying to make the link that says "First Baptist Church" bold and the link that says "Worship Online" the same color as our logo without changing the style or color of the rest of the links. How would I do this? Thank you so much for any help!! Link to comment
Beyondspace Posted November 10, 2020 Share Posted November 10, 2020 You can try these solution: 1. Worship Online logo color .Header-nav-item[href*=FirstBaptistFrontRoyal] { color: #908181; } 2. If you need 'First Baptist Church' on the section below WHO WE ARE, then it's text you can make it bold in the editor 3. If 'First Baptist Church' mentioned is on facebook widget you can use this .eapps-facebook-feed-header-name a { font-weight: bold; } KaylaBee and tuanphan 2 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
KaylaBee Posted November 11, 2020 Author Share Posted November 11, 2020 On 11/10/2020 at 1:17 AM, bangank36 said: You can try these solution: 1. Worship Online logo color .Header-nav-item[href*=FirstBaptistFrontRoyal] { color: #908181; } 2. If you need 'First Baptist Church' on the section below WHO WE ARE, then it's text you can make it bold in the editor 3. If 'First Baptist Church' mentioned is on facebook widget you can use this .eapps-facebook-feed-header-name a { font-weight: bold; } Thank you!!! Where do I put the code at? I tried putting it in Custom CSS and it did not work. Link to comment
Beyondspace Posted November 12, 2020 Share Posted November 12, 2020 Fix for #1 .Header-nav-item[href*=FirstBaptistFrontRoyal] { color: #908181 !important; } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. 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