Adding a link to your Manage Comics shop on your website will help you get the word out about your subscription service.
It’s pretty easy to do in WordPress, check out this easy how-to, and follow along with the home version!
In WordPress go to Appearance > Menus
In the Screen Options dropdown at the top of the page, add CSS Classes
Select your main menu.
In the left side of the menus page, choose “custom links”, and link to your Manage Comics Store (https://managecomics.com/your-store-name)
Link Text should be “Subscriptions”. Click “Add to Menu”
Now click on your newly created menu selection and add a CSS class of “button”
Make sure you save your menu.
Now click on “Appearance > Customize” in the left hand menu.
Scroll down to Additional CSS.
Add the following code:
/*Navigation Button*/
li.button a {
border-radius: 5px;
padding: 10px;
padding-bottom: 25px!important;
font-size: 1em;
color: #fff!important;
border: 0px;
background: #0e3b56!important;
height: 1em!important;
}
Make the background color whatever you usually set for a bold button type color on your website.
You will have a menu item similar to this now.