pavpavpav1 Hi
Thanks for sharing the link which would enable us to assist more precisely š
1) Footer links font color - Try add this to custom.css file and change color code accordingly
.t3-footer .nav-pills > li > a{color: #fff !important;}
2) big issue is graphic changing when you click on anything under 'registrations' which I believe is caused by relation between the template and the extention used
Iām having trouble here understanding your specific relative issue. Kindly confirm as to which graphic you wish to refer to or better yet, You may provide screenshot of the same. Also, Do let us know as to what you wish to derive ?
3) Menu links color in responsive mobile mode
Also, Try add this to similar CSS file :
@media screen and (max-width: 768px){.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a{color:#000 !important;}}
Kindly ensure to clear your browser cache if changes dont reflect.