Icon hatching

Hi guys,

can please someone tell me if it's possible to remove the hatching from the icon boxes and the animation with the color if i put the cursor on it?

Best regards

Peter Schindler

Comments

  • Hi,
    Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
    thanks
  • To remove the lines from the background you have to select the simple style in theme options>global>general. Use this cs to disabe the hover effect.
    .icon_box:hover .icon_wrapper, .icon_box a:hover .icon_wrapper {
    color: #a87c79 !important;
    }
    .icon_box:hover .icon_wrapper {
    transform: scale(1) !important;
    }
    .icon_box:hover .icon_wrapper::before, .icon_box a:hover .icon_wrapper::before {
    background-color: transparent !important;
    }
  • Thanks for the quick answer. If i select simple style there are no icon boxes anymore. I tried to put the css in the customizer but nothing changed. Where do i have to put it?

    Best regards

    Peter Schindler

  • Put the css into theme options>custom css&js>css.
Sign In or Register to comment.