Comments MyshaSantini started the conversationDecember 19, 2016 at 4:24pmHello,Is it possible make the thumbnail buttons have a transparent background?Also where would I find the font size for the buttons in the style css, I can't seem to find it!Thank you,Mysha 8,996Tahir repliedDecember 19, 2016 at 5:13pmHey Again,You will have to inspect that particular button element using Chrome Dev Tools and then write up the custom css. There is no specific block of css in the style.css file . Thanks ThemeNectar Support Team MyshaSantini repliedDecember 19, 2016 at 7:04pmFor anyone that needs it, this works for me: .portfolio-items .col .work-item .work-info a.default-link { color:#888888 !important; font-size: 60px !important; background-color: transparent !important; } 3,030Andrew repliedDecember 19, 2016 at 7:52pmHi there, Thanks for keeping in touch with us.I'm currently on your site and I'm seeing transparent backgrounds on hover. Have you figured the CSS out? If not, please let me know so that I may help out. Looking forward to your reply, Cheers! MyshaSantini repliedDecember 19, 2016 at 7:53pmYes, sorry literally just figured it out and updated my previous comment, thank you! Sign in to reply ...
Hello,
Is it possible make the thumbnail buttons have a transparent background?
Also where would I find the font size for the buttons in the style css, I can't seem to find it!
Thank you,
Mysha
Hey Again,
You will have to inspect that particular button element using Chrome Dev Tools and then write up the custom css. There is no specific block of css in the style.css file .
Thanks
ThemeNectar Support Team
For anyone that needs it, this works for me:
.portfolio-items .col .work-item .work-info a.default-link {
color:#888888 !important;
font-size: 60px !important;
background-color: transparent !important;
}
Hi there,
Thanks for keeping in touch with us.
I'm currently on your site and I'm seeing transparent backgrounds on hover.
Have you figured the CSS out?
If not, please let me know so that I may help out.
Looking forward to your reply,
Cheers!
Yes, sorry literally just figured it out and updated my previous comment, thank you!