Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #211837

    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

    #212158

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘CSS Selector Question’ is closed to new replies.