I want to customize the width, background, and the color of the tooltip on my social icons (av_font_icon icon=” font=’entypo-fontello) one single page.
Wich CSS rules do i need? the page-id is .page-id-734
Intosuwo
Hi intosuwo!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.page-id-734 .avia-tooltip { background: rgba(0, 255, 255, 0.8); color: red; width: 180px; }
.page-id-734 .avia-tooltip .avia-arrow { background: rgba(0, 255, 255, 0.8); }
Cheers!
Yigit
Hi Yigit,
It works perfectly again, I owe you many thanks
Regards Intosuwo