I wanna show the pupup without the arrow for one item. For another item, I wanna change the arrow properties (e.g. background color). How can I acheive that?
I wanna show the pupup without the arrow for one item. For another item, I wanna change the arrow properties (e.g. background color). How can I acheive that?
Hello!
Could you post screenshot of those items?
Thanks, please post your public app link.
link:
http://appery.io/app/mobile-frame?src...
login credentials: haytham/star1234
Navigate: NavBar - Earn Points - Mevius - Mevius AirStream - select (Yes) option from radio buttons and click submit, will show the popup with arrow.
If you click No and then Submit, will show popup wihtout the arrow. I can see in the properties panel, if the arrow is not chosen then will not be displayed. But for the one I already selected the arrow (bottom) how to remove that selection. There is only (top, left, right, bottom) There is no option for (none).
The second question, I wanna maintain this arrow but I need to color its background. How can I do that?
Thanks
Hello Hawk,
You have 'arrow' property at the properties of popup window, Ctrl+LMC (win) or CMD+LMC (OSX) will help you to remove the bottom arrow.
To change its background color plese use the following CSS selector:
pre[name="mobilepopup_113"] .ui-popup-arrow/pre
where mobilepopup_113 is the name of your popup component
Thanks Evgene
Click it with Ctrl pressed.
thanks!