• Resolved knackedgary

    (@knackedgary)


    I would like to get rid of the icons above the title in the info box. I don’t care to replace the default images, I’d actually like them removed.

    Custom CSS seems to have no effect.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Fruitful Code

    (@fruitfulcode)

    quick css solution

    #page .info_box_area .info_box img.icon {
    display: none;
    }

    or edit function.php on line 614

    $out .= '<img class="icon" src="'. esc_url($icon_url) .'" title="' . $title . '" alt="'.$alt.'"/>';

    replace with

    $out .= '';

    thank you sooooooooo much!!!!!

    How can i get rid of those black dots in info_box icons?

    I tried to edit fixed-style css. #page .info_box_area .info_box img.icon {
    display: none;
    }

    AND

    I also tried to edit text html
    [fruitful_ibox icon=”none” column=”ffs-three-one” title=””]

    But the black dots are still there https://www.huolenpitohelena.fi/henkilosto/

    Thread Starter knackedgary

    (@knackedgary)

    Kivimies,

    Try:

    .ffs-icon-box {
    display: none;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Info Box Icons’ is closed to new replies.