I added this to the /css/override.css file and it didn't make any difference.
#gkHeaderNav .gkMainMenu > .gkmenu.level0 > li > a, #gkHeaderNav .gkMainMenu > .gkmenu.level0 > li > span {
color: #000;
f```ont-weight: bold;
text-decoration: none;
}
I added this to the flie but do not see what it changed.
#GKSVGImageHover .item-title {color:#000}
I added this but it didn't change anything
h1, h2, h3, h4, h5, h6 {
color: #000;
font-weight: 700;
line-height: 1.3333333;
margin-bottom: 24px;
}
I also managed to chage the text logo to black from white but I cannot see where it is changed in the css files.
Also, how do i remove the distortion of the images that load when I hover over the project names?
Thanks