Hi Csosa,
this is easy peasy for us…and happy to help you.
To modify the CSS styling, add the free https://www.ads-software.com/plugins/simple-custom-css/ plugin and it will give you a special box to hold any of your CSS mods as shown below, overriding your theme ??
The link colors in the navigation (not sure if you mean there or in the content, I’ll give you both) are:
.main-small-navigation a, .main-navigation a {
color: blue;
}
Change blue to any color that is websafe or use hex code from any online resource like https://www.w3schools.com/tags/ref_colorpicker.asp
The anchor tags in the body are as follows, just change the hex colors as you desire:
a {
color: #333;
}
a:visited {
color: #666;
}
a:focus {
color: #2997ab;
}
a:hover, a:active {
color: #2997ab;
}
I’m not sure what you mean by “home menu button” as I see only text… but would be happy to help you further.
[Advertisement redacted]
Best!
Steve