Okay
  Public Ticket #994205
Portfolio Hover Button Colour
Closed

Comments

  • MyshaSantini started the conversation

    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

  •  8,996
    Tahir replied

    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 

  • MyshaSantini replied

    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;
        }


  •  3,030
    Andrew replied

    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! 

  • MyshaSantini replied

    Yes, sorry literally just figured it out and updated my previous comment, thank you!