Hi.
I am having a little problem with my them. Only the navigation font turns white. Not the logo or social icon turns white on the home page. Here is the code that I have for the whole site:
/* Masonry one item on mobile */
@media screen and (max-width:767px) {
.gallery-masonry-wrapper.gallery-masonry-list--ready {
height: auto !important;
}
figure.gallery-masonry-item {
position: relative !important;
width: 100% !important;
transform: unset !important;
}
.gallery-masonry-item-wrapper {
height: auto !important;
margin-bottom: 5px !important;
}
.gallery-masonry .gallery-masonry-item[data-loaded] img {
width: 100% !important;
}
.gallery-masonry {
padding-left: 1 !important;
padding-right: 1 !important;
}
}
/*Change homepage nav-item color*/
.homepage {
.header-nav-item a, .header-nav-folder-item:hover a {
color: white !important;
}
}