Avoid CSS collision please
-
Avoid:
p.submit{
and change to
.nk-submit{In style.css.
And in options.php please change from
<p class=”submit”>
to
<p class=”nk-submit”>This will avoid collision with W3TC. Thx.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Avoid CSS collision please’ is closed to new replies.