Need to unbold “font-weight:normal;” the text in the Accordian Slider. While there is only one page now, I’ll be adding a slider for all of our boats (total of 8 portfolio items) and will need to be able to adjust the font on all sliders on each portfolio item.
Is this font adjusted in the CSS, and if so, which CSS?
Found some answers but they were for the Assurance theme.
Hey bonbuttercup,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan Shannon
Yep, I posted and then realized I didn’t put the page…http://tciwest.com/j4f/portfolio-item/suncatcher-v-series/
Hi,
Try adding the following to quick css:
h3.aviaccordion-title {
font-weight:normal!important;
}
Best regards,
Jordan Shannon
Perfect.