• Resolved dvharrison

    (@dvharrison)


    Hi

    I have the free checkfield field editor. I was wondering if it was possible to add this as a fontawesome icon?

    Basically we need to know the type of vehicle for access. I just wondered if you has a set solution for this or if it was easily achievable using CSS?

    I welcome any advice.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dvharrison

    (@dvharrison)

    Actually I am trying to add a background image in the form area so people know we delivery via a truck. I am doing this with CSS button welcome any advice/guidance

    Plugin Author ThemeHigh

    (@themehigh)

    Please add the below style in your theme’s Additional CSS.

    body .woocommerce-checkout {
    background-image: url("/css/images/css.jpg");
    }

    You need to update the image URL accordingly.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Create a fontawesome field’ is closed to new replies.