How do I control the line color thats added between each navigation item in the footer? I’m using cornerstone for this build and have customized this area via css but its not affecting the lines between the navigation/menu.
Thank You
How do I control the line color thats added between each navigation item in the footer? I’m using cornerstone for this build and have customized this area via css but its not affecting the lines between the navigation/menu.
Thank You
Hello @rocketboy,
Thanks for writing to us.
It seems that you are using the default footer menu if you want to change the line color that’s added between each navigation item. You need to add this custom CSS code under Theme Option—>CSS
footer.x-colophon.bottom .x-nav li:after {
color: rgb(144 38 87);
}
Please feel free to change the color code as per your design. The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector or you subscribe to One where customization questions are answered.
Hope it helps.
Thanks
That did it, thank you for your help.
You are most welcome, Bryce.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.