Okay
  Public Ticket #2047011
link icon and Read more button backgrounds
Closed

Comments

  •   jlwm started the conversation
  •  291
    Paul replied

    Hello!

    Please try this custom CSS:

    .black-white > .BWFilter {
        display: none;
    }
    .image-hover-border {
        background: none;
    }
    #root-container .wpb_single_image .wpb_wrapper > a:hover .image-hover-icon,
    #root-container .vc_btn3[class*="theme-default"]:hover,
    #root-container .uxb-port-element-item:hover .image-hover-icon {
        background: #ffcb05;
    }
    

    It will make the background color of those elements yellow. I hope it helps.

    Regards,
    Paul

  • jlwm replied

    Thank you so much - that worked.

    One last thing and I think we are good -- We would like to remove the link icon from portfolio items altogether. Can that be done? As in the portfolio at the bottom of page http://162.220.215.107/) or on page http://162.220.215.107/projects/  . Thank you again.

  •  291
    Paul replied

    Sure! Please try this one:

    #root-container .image-hover-icon {
        display: none;
    }