Hello everyone,
I’m working with Dawn 3.0 theme and I’m trying to be able to modify my collapsible content further, in this case, I’m trying to have every “Collapsible content” “Row” title be able to be bolded and be able to change font size.
Also if possible be able to do the same with the row’s contents (increase the font size and modify text area margins)
I know that this can somewhat be done by changing the theme’s fonts, but this changes everything throughout the page, in this case, I just want to be able to modify everything within collapsible content.
I hope I explained myself correctly and thank you in advance.
@Natlife - your requirements need custom css, can you share page link where you have this content?
@Natlife - you want like this?
its for the Why-nutrient-c page in the “Collapsible content” section
https://nutrientc.us/pages/why-nutrient-c
PASS:121212
@Natlife - want for this page only or all accordions on site?
Only for the “Collapsible content” section, its titles and “Rows” please.
@Natlife - if you want like image below then add this css to the very end of your base.css file and check
.accordion__title {font-weight: bolder;}
.accordion__content p {font-weight: bold;}
1 Like
Great! how about changing the font size?
@Natlife - add font sizes to them and adjust as per need, so it becomes
.accordion__title {font-weight: bolder; font-size: 20px;}
.accordion__content p {font-weight: bold; font-size: 18px;}
1 Like
Amazing! thank you so much!
1 Like
@Natlife -welcome, do let me know if you need anything later, you have my email below.