Viewing 1 replies (of 1 total)
  • Hi,

    If you would like to remove just “For Reservation Call : 1.888.222.5847”, try this CSS:

    .call_us {
      display: none;
    }

    To also remove the whole green container, use this CSS instead:

    .footer_top_container {
      display: none;
    }

    Hope it helps,

    TibbyWeb

Viewing 1 replies (of 1 total)
  • The topic ‘Removing “For Reservation Call : 1.888.222.5847”’ is closed to new replies.