Custom CSS problem
-
Hi there ?? !
I’m trying to hide some sections that I won’t be using in the template by using Custom CSS, but when I type this:
#epta-template > div.col-md-4 > div > div:nth-child(1){display:none;}
After saving the changes I get this:
#epta-template > div.col-md-4 > div > div:nth-child(1){display:none;}
As you can see, “>” is replaced by “>” invalidating the code.
How could I fix this?
Kind regards.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Custom CSS problem’ is closed to new replies.