I don’t know but my custom css codes on directorist elements don’t apply on mobile ? Do you think it’s coming from directorist plugin or generatepress ?
the Theme won’t know of that plugin and it won’t affect how it loads the styles.
Try disabling any cache/optimization plugins, then clear your browser caches. Do you see the styles then ?
« @media (min-width:769px) {
.main-navigation .main-nav ul li.nav-button a {
background-color: #ffffff;
border: 2px solid #000000;
color: #000000;
line-height: 35px; /*this number will likely need to be adjusted*/
}
»