How do I change the pop-up message

Closed
CityTours - Hotel & Tour Booking WordPress Theme CityTours - Hotel & Tour Booking WordPress Theme June 27, 2019
Login to reply
Kelly R Support Agent
4 years ago

Hi,

You can edit popup message in edit page.

http://prntscr.com/o7q3a0

And please use following css code to hide popup in mobile.

@media (max-width: 769px) {
    .customized_notify{ display: none !important; }
}

http://prntscr.com/o7q6g6

Regards, C-Themes

alexandre Vieira
4 years ago

hi more two helps.

1 - How do I change the pop-up message.

2 - How do you disable pop-up for mobile devices?


tks...