Hi, I am using the tab section on this page and I am trying to customize the size of the title but it is not taking the changes. I used .av-section-tab-title and .av-inner-tab-title… Can you please check and help ?
#top .av-tabs-trauma .av-section-tab-title {
font-size: 8px;
padding-right:60px!important;
}
Hey aruizhuidobro,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
#top .av-tabs-trauma .av-section-tab-title .av-inner-tab-title {
font-size: 8px;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike