technova76 How the people will register if they don't see the Registration choice?
Not sure how you setup or any rule on your server side as I already mentioned above, even if you assign template to a standard template of Joomla like Protostar, it keeps redirect to login page. It's not issue of template
#107929 What about the button color? I switched the colors but I don't see it in the template.
May I know which button are you referring to?
#107929 To help you understand, I want the Donate Now button to be like this: https://piggybankaction.org/action/index.php/donate-now.html
I add a class 'nodonatebtn' to that donate-now page and use this css to hide the button on top right for that page specific:
.nodonatebtn .headright .navbar-action {
display: none;
}