Quick Tip: Change The Color Of Your Navigation Links In Magazine
May 05, 2020
Our new Magazine Layout showcases your blog posts using a featured card layout. You can further customize this theme by changing the color of the navigation bar links to match your branding. Let us show you how.
The Magazine layout is available to our Beta Team members. Join our Beta Team and have access to all the new features and provide feedback. To access the Custom CSS you need to have the Unlimited plan or higher.
To add Custom CSS, click on the Blogs tab, then the name of the blog. Click on the Design tab, then Custom CSS.
Copy the CSS code below and paste it onto the page.
.nav-item a, .nav-item a:visited {
color: #DD77D2;
}
Next, update the color: to include the hex color value you want for your navigation links. Once you are done, click on Save Changes.
Example of colors:
Black
.nav-item a, .nav-item a:visited {
color: #000000;
}
Blue
.nav-item a, .nav-item a:visited {
color: #002fa7;
}
Red
.nav-item a, .nav-item a:visited {
color: #ff4105;
}
You can customize other parts of the Magazine. We have a great post to help you customize your blog title.
What other parts of the Magazine Layout do you want to customize? Let us know in the comments and you may see a post about it!
Comments