Added this to theme override css.

.fa-home:before, .icon-home:before {
    content: none;
}

More here on adding custom logo, etc. 
- 
https://www.linkedin.com/pulse/revisiting-sphinx-rest-story-monami-bhattacharya



On Wednesday, May 14, 2008 at 11:42:44 PM UTC+5:30, fairwinds wrote:
>
> Hi Armin. I can add a background tag but want to suppress the display of 
> the headerlink character. I'll give this a try but I would normally 
> style display:none on a span and style the background on the div or 
> anchor (in this case) containing the span. I am not sure if font-size:0 
> will give me the same thing. At least I have not tried this way but will 
> give it a go in any case. Many thanks.
>
> Regards,
> David
>
> Armin Ronacher wrote:
> > Hi,
> > 
> > David Pratt wrote:
> >> So proposing a change to either add span tags around the symbol 
> >> currently used that would allow a background image on the anchor tag 
> and 
> >> to set display none on the span. Alternatively, I would be happy with a 
> >> setting to replace the current symbol with an image I specify. I 
> haven't 
> >> checked to see exactly where this would need to be done yet. Many 
> thanks.
> > +1 for making that configurable somehow, but you can already use an 
> image 
> > by using css.  Just add a rule that looks like this::
> > 
> >      a.headerlink { font-size: 0; width: 25px; background: url(icon.png)
> >                     no-repeat; }
> > 
> > Regards,
> > Armin
> > 
> > > 
> > 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to