Hello,
I need help changing the font type, font size, and font color on the layout element TAB SECTION for the tabs titles only please. I have tried all the css suggestions i could find and none work.
thanks,
Kevin
Hey Kevinmve,
Try this code in the General Styling > Quick CSS field:
.av-tab-no-icon.av-tab-no-image .av-inner-tab-title {
color: #fff !important;
font-size: 16px !important;
font-family: HelveticaNeue !important;
}
Best regards,
Mike
Hello,
So I tried this and it doesnt work. do you have any other suggestions?
Thanks,
Kevin