http://www.jonmphotography.com
You can see that im going for a simple look. I would like to get rid of that social media bar entirely.
I also am interested in knowing how to get rid of the white opaque bar running vertically.
Thanks
Jon
http://www.jonmphotography.com
You can see that im going for a simple look. I would like to get rid of that social media bar entirely.
I also am interested in knowing how to get rid of the white opaque bar running vertically.
Thanks
Jon
Hi Jon,
Try to add this in your Quick CSS or custom.css:
.sidebar.sidebar1.box {
background: transparent !important;
}
Hope this helps. :)
Regards,
Ismael
That doesnt seem to work for me.
That code made the white bar disappear but left the lines. So i guess it did work. What im more interested in though is to make the bar under the title with the twitter, facebook and rss feed disappear, icons, bar and all. I just want it to be my title, im not big in social media.
Hi Jon,
You'll want to add one of these to your custom.css.
This will get rid of the social media but leave the copyright:
#top div .social_bookmarks {
display:none;
}
This will get rid of it all:
#socket {
display:none;
}
Regards,
Mya
You must log in to post.