Right now, all I can see is the facebook-button.
you could give the button[s] you don’t want to show the css-code:
{display:none;}
In general:
Use ‘firebug’-addon for your browser to explore your site.
Well it’s all a bit like trying to solve a puzzle.
Fortunately there are good tools for that.
In your browser: Install / activate webdevelopment add-ons / plugins.
Recommended: ‘Firebug’ and ‘webdeveloper: http://www.chrispederick.com ‘
These tools will show you what’s what.
e.g. right-click > inspect elements > click left bottom arrow-icon
click item in webpage
Inspect css on the right
alter css values to test effect / result
OK? copy altered css rule
paste it in the style.css of your childtheme.
Alternatively:
Press <F12> a screen will show in the bottom.
Move the mouse over each line
The area shows in the top-half
Press + to unfold parts
Investigate and alter on the right etc.
paste it in the style.css of your childtheme.
Thread Starter
RLL18
(@rll18)
Thank you. I actually found out how to remove it on my own. Forgot to come back here and mention that. Thanks though!
Please don’t forget to mark the thread as ‘resolved’ [in the right sidebar]