Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #772343

    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!

    #772344

    The following code did not work

    .team-img-container img {
        width: 100% !important;
    }
    #773517

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.