Hi,
I am using a social media bar called “flare” by dtelepathy.com. I am using it on the Enfold theme.
I’ve added the plugin, but it appears too many times (in each section of the theme)! See here: http://www.boardwalkcleaning.com/homepage-2/
There is a way to specify a custom CSS selector to limit where Flare appears. See here: https://www.dropbox.com/s/lo8ydnnres3rtl1/Filament___Flare.png
My question is how do I do this, so that the “flare” only appears on the first section of every page?
Thanks,
Jess
Hey jduarte!
You can try following css code
div.flare{
display: none !important;
}
#top div.flare:nth-of-type(0){
display: block !important;
}
Regards,
Peter