Select to view content in your preferred language

How to change the "zoom to" text color in a popup?

495
2
Jump to solution
10-27-2017 08:54 AM
BrandonPrice
Occasional Contributor

Hello,

How do I change the "zoom to" in a pop up? I am asking because I change the color of the bottom part of the popup where the zoom to is to blue and now it is hard to see.

Brandon

https://community.esri.com/groups/web-app-builder-custom-widgets?sr=search&searchId=fb828aaf-7dd5-4b...

Tags (3)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Brandon,

Add a new css rule to your apps theme common.css:

.esriPopup a {
    color: #ffffff;
}

View solution in original post

2 Replies
RobertScheitlin__GISP
MVP Emeritus

Brandon,

Add a new css rule to your apps theme common.css:

.esriPopup a {
    color: #ffffff;
}
BrandonPrice
Occasional Contributor

Thanks Robert. This worked perfectly.

-Brandon

0 Kudos