• Resolved phirefly

    (@phirefly)


    Hello,

    how can I hide all the icons from beside the title eg the phone icon and opening hours icon?

    Many Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi phirefly,

    The following CSS code should hide all of the icons in the contact card:

    
    .bp-directions:before,
    .bp-phone:before,
    .bp-contact:before,
    .bp-booking:before,
    .bp-opening-hours-brief:before,
    .bp-opening-hours .bp-title:before {
      display: none;
    }
    
    Thread Starter phirefly

    (@phirefly)

    Thanks! Marked as resolved ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I hide all the icons (eg phone and opening hours)?’ is closed to new replies.