Hello tagdiv,
I noticed with the ‘single post share’ block, there is no option for secondary colors that you can use for hovering : https://prnt.sc/0gDGV2QLNCNt
Has this been done on purpose? Is there any other way I can add specific color for hovering?
Thank you!
Hello @brenbrinkman!
Unfortunately, there are no settings for hovering.
I believe you can add a hover color for that element using some CSS: https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thank you!
Apologies for bumping such an old request, but it’s an issue that persists.
A secondary colour would be helpful, but it is also worth noting that be default opacity is reduced on hover. If not a second colour, it would be nice to have an option disable this behaviour.
Hi c386, I understand what you mean, most of the social styles have different colors for the socials, so adding a second color will not look too good, unless the same color is used for all socials, so as an alternativ theer was added an opacity on the element that is hovered https://i.imgur.com/2mNUnD1.png – https://prnt.sc/YdHbKOe_XOy7
Hi Calin,
Yes, that’s right, it would be nice to have an option to disable the opacity on hover setting. I have an instance where the buttons overhang a background of the same colour. It looks nice until someone hovers over a button.
Also, please note that imgur is now blocked in the UK, making your shared screenshots inaccessible to a wide number of users. Might I suggest another image sharing tool.
Hi,
If it is only about the opacity and you want to remove it when hovering over a social share, then please try this CSS:
body .td-social-network:hover {
opacity: 1 !important;
}
Add the CSS in Theme Panel > Custom Code > Custom CSS.
If you know, please let us know another screenshot tool that can hold the image long enough and that is accessible in the UK.
Thank you!
Hi Calin,
Further to the above, here are some possible alternatives to Umgur that are now blocked in the UK:
https://imgbb.com
https://postimages.org
https://catbox.moe
Hopefully one of these is usable for you.
Hi,
I also tried Liteshot, it seems to be ok, Techsmith is also ok, but the available space runs out very quickly.
We will try not to use imgur anymore, although this is very handy because it was the most practical of all that we have used in the last 6-7 years, and out of haste and habit we keep taking screenshots with this one.
Thank you!
