sarahrab Posted January 31, 2020 Posted January 31, 2020 Site URL: https://www.everbreezepsych.com/home Hello! My site is using the Foster template. How can I make the main nav links underlined on hover and stay underlined when they're active? Is there any way to move the footer navigation block to the top block? I'd also like to change the color of the social link to #FFA666 at all times. Thanks!
tuanphan Posted January 31, 2020 Posted January 31, 2020 Add to Home > Design > Custom CSS 1. a.Header-nav-item.Header-nav-item--active, a.Header-nav-item:hover { text-decoration: underline; } 2 Like this or? 3. .social-icons-color-white.social-icons-style-knockout .sqs-use--mask { fill: #FFA666 !important; } 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!)
sarahrab Posted January 31, 2020 Author Posted January 31, 2020 @tuanphan Thank you! Is there a way to add more space between the text and the line? I'd like the footer nav to be the first thing in the block - like this: Perfect, thanks!
tuanphan Posted January 31, 2020 Posted January 31, 2020 1 minute ago, sarahrab said: @tuanphan Thank you! Is there a way to add more space between the text and the line? I'd like the footer nav to be the first thing in the block - like this: Perfect, thanks! 1. Remove my code and use this. Change red to color what you want. a.Header-nav-item.Header-nav-item--active, a.Header-nav-item:hover { border-bottom: 1px solid red; padding-bottom: 5px !important; } 2. Yes you can but it is time-consuming to handle code (~30 minutes), not free You need to use CSS flex to reverse the order of items, then do again for Footer Nav, then handle the white lines & spacing. You can wait for someone to answer for free. Or you can post to some other groups on FB such as SS Community, SS Customization Resources Group. or view my service in signature. 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!)
sarahrab Posted January 31, 2020 Author Posted January 31, 2020 @tuanphan Thanks for your help! The navigation links work great. I'll figure something else out for the footer. Thank you!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.