Hi, We are seeing a black color transparent region on the photos on Block22 grides. please check the site on the homepage.
We want to remove that could you please let us know how to remove that.
Hi,
How do I change the color of social network icons on Post pages?
Please check the link. The icons above the Image. And text for Facebook and Twitter I want to remove and make just make like the same size of G+ or Pinterest. I want to change the color of all icons to black. Please help.
https://thenewstown.com/me-too-in-congress-threatens-to-overshadow-state-of-union-address/
Hi,
I believe this is what you are looking for – https://www.screencast.com/t/ku1jEvYa
If that is correct enter the code in Theme panel->Custom CSS section
.td-default-sharing .td-social-but-text {
display:none;
}
.td-default-sharing .td-social-sharing-buttons {
background-color:black;
}
You can also change the color of the icons if needed, like this
– https://www.screencast.com/t/c4hkFH4Eh
Thanks
Thanks a lot, Simion. It worked for me. I have changed little and here is the link.
https://thenewstown.com/rubique-enters-into-a-strategic-partnership-with-optacredit/
Is there a way I can keep the black border for each icon favorably round border and color change on mouse hover.
Thanks
A border can be set like this correctly – https://www.screencast.com/t/XbJhqTJFl
The socials can change color when hovered, like this
– https://www.screencast.com/t/moavr6sP
.td-default-sharing .td-social-sharing-buttons:hover {
color: yellow;
}
Even the border can change colors when hovered – https://www.screencast.com/t/TEjyrowe4lc
All depends on how you want them to be, experiment with these suggestions.
Thanks