Replies: 0
Hello Gabriel, hope this is not too much of a beginner question: I am fully taking advantage of both Minify and Combine CSS options in your amazing plugin. What I noticed when viewing my page source is: In the list of CSS, ACPSB shows both the following …
.site-header .header-t,
.secondary-menu ul ul, .ticker-swipe{
background: #ba8e51;
}
And also the Additional CSS that I have added …
.site-header .header-t, .secondary-menu ul ul, .ticker-swipe {
display: none;
}
There are a few similar instances, are these “Normal”? Does this effect page speed negatively? If so, can I add some rule in the plugin to remedy?