Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #920837

    Hi,
    how can I change the color at the Partner/Logo Element Hover Text (Background)?
    At the moment it is black an white font, and I need blue an white font.

    Thanks a lot
    Elke

    #921006

    Hey Elke,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top .avia-tooltip,
    #top .avia-tooltip .avia-arrow
    {
    background: #037ef3;
    color:#fff;
    }
    

    Best regards,
    Vinay

    #922222

    Great thank you :-)

    #922303

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1094695

    how to show the existing arrow ?

    Edit: found it – i set the tooltip including the arrow to width auto :lol
    the arrow needs an absolute given width.

    #1095413

    Hi Guenni007,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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