Hi guys,
I want to add a custom link in the navbar as a ‘Donate’ button. I want this item to be a different colour to the other words in the navbar and have a border too.
In the MENU section I created a custom-link and gave it our paypal URL when you click on it and in there there is an option to add a CSS class. I called it donate_nav.
Then I went inot X-theme options-CSS and added the following to no avail. What am I doing wrong?
/donate button in nav/
.donate_nav {
color: red;
}
Kind regards,
Brian.
