• Resolved poetjwall

    (@poetjwall)


    Hello support.

    You guys have an amazing theme and I appreciate the work. I just have the free one, but it serves what I need it to do. The web address is https://crtfogowp2.fogodc.com/fogo/. Its on a dev server for now.

    I love the icons, but the company I work for wants to use different icons. I have modified the area and I played around with the icon divs, and I can get an img to display, but that white square that rotates is still there. I need to get rid of the white top section and replace it with an icon of 65×65 of my own. It can go in that little box if you can figure that out, but I couldnt. So Id just like to remove it and center the new icon right on top of the service box, maybe even a little lower so it sits a bit inside the service box. Any ideas would be great and appreciated. I love your work! Devs do not get enough credit for their hard work!! Keep it up.

Viewing 1 replies (of 1 total)
  • Hi,

    Go to Dashboard Admin Panel >> Appearance Menu >> Customize >> Kyma Options >> General options >> Custom CSS Editor.

    Now put below CSS rules into custom CSS editor:

    .icon_boxes_con.style1 .service_box > .icon i {
        left: 0px;
        top: 0px;
        width: 80px;
        padding-top: 14px;
    }

    Save the changes.

    Thank You

Viewing 1 replies (of 1 total)
  • The topic ‘I need to modify the service boxes’ is closed to new replies.