Tagged: pop-up, team member
On my team page listed in private content if you place the browser in mobile view you will notice that the phone number pop up is not wide enough.
How do i change the width of the number pop up?
Secondly how do i change the hyperlink text as well?
Third how do i change the pop up background color?
I appreciate any feedback or help you could provide!
The following code did not work
.team-img-container img {
width: 100% !important;
}
Hi tdproperty,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia-tooltip {
min-width: 100px;
width: auto;
}
If you need further assistance please let us know.
Best regards,
Victoria