Awesome work with the latest Salient update, I'm really impressed, and love the new additions.
Now, my question: I'd like to increase the toggle panel title font sizes on a FAQ page, but can't seem to figure it out. I've attached a screenshot to be clear.
Thanks a lot,
Kyron
EDIT: I've found a solution that worked for me. Turns out I wasn't referencing the minimal style.For those having the same issue, and are using the minimal toggle panel style, this is the CSS code I used:
body div[data-style="minimal"] .toggle h3 a { font-size: 24px !important; }
Place this code into Salient - General Settings - CSS/Script Related - Custom CSS Code.
Hey again,
Awesome work with the latest Salient update, I'm really impressed, and love the new additions.
Now, my question: I'd like to increase the toggle panel title font sizes on a FAQ page, but can't seem to figure it out. I've attached a screenshot to be clear.
Thanks a lot,
Kyron
EDIT: I've found a solution that worked for me. Turns out I wasn't referencing the minimal style. For those having the same issue, and are using the minimal toggle panel style, this is the CSS code I used:
Place this code into Salient - General Settings - CSS/Script Related - Custom CSS Code.
Thanks again.