Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #712094

    Hi,

    how can I change the background colour of the tooltips?
    When I´m changing in general settings the background colour of the complete website changes.

    #712096

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-tooltip {
        background: rgba(255, 0, 0, 0.8);
    }

    255,0,0 is RGB value of the color and 0.8 is opacity level. Please adjust as needed

    Cheers!
    Yigit

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