Hi there,
You will need to add some custom CSS to achieve this.
Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste this
/*remove hover */
#paging a:hover {
background: transparent;
color: #111;
}
/*Widgets closer*/
.sidebar.sidebar-right .widget {
padding: 10px 0 10px 30px;
}
/*Remove Social icons in Homepage*/
.home footer .site-tools{
display:none;
}
in the box.
Let me know if this helps
Thread Starter
crod
(@crod)
THANK YOU fotis. Everything expect for the last one, the social icons are still appearing at the bottom of my homepage…
Hi,
can you send me a URL so I can see what went wrong?
Hi there,
It seems it is password protected? Can you disable your maintenance plugin?
Thread Starter
crod
(@crod)
Hi, sorry about that. I’ve disabled the password now!
Hi there,
add this
.home .socials {
display: none!important;
}
instead
Glad I could help!
Please mark this thread as resolved then 😀