Locating source CSS snippet
-
I’ve been trying to get a subtitle on a site to display on small screens (by default the theme has it hidden). Below is the snippet I’m trying to target. Ive tried adding it to the child theme CSS, the themes custom CSS, the customize CSS aswell as editing the core themes CSS and minified CSS itself. (Also refreshed cache plugins etc.) but it wont change. Is there somewhere else I should be targeting? (fraid my knowledge of template structure is limited/dated). Appreciate if anyone could point me in the right direction.
@media only screen and (max-width: 600px)
.subtitle {
display: none; (change this to block)
}The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Locating source CSS snippet’ is closed to new replies.