Hi All,
I'm trying to improve the contrast on my JomSocial Socialize template. It's readable on desktop, but it gets hard on smaller screens.
On inspect I found:
.navbar-default {
background-color: #1d1e23;
color: #70727a;
}
.navbar-default .navbar-nav > li > a {
color: #70727a;
}
I tried to override this in custom.css with
.navbar-default {
background-color: #1d1e23;
color: #1be7c3;
}
.navbar-default .navbar-nav > li > a {
color: #1be7c3;
}
but this had no effect. I found posts on making changes to the theme but I think they are for an older template version that uses Theme Magic. I tried to update the text color option in the Theme Designer and this had no results.
Any ideas would be appreciated. Thank you.