“I need Not Currently Being Offered moved down some”
I don’t understand. Could you explain further?
“I only want the toggles titles to be red under that one section”
.home .arconix-toggle-title {
color: red !important;
}
That should only turn toggle titles on the home page red. If you still run into issues with that, modify your toggle shortcodes like so:
[toggle title="Not Currently Being Offered" css="toggle-home"]INSERT YOUR TOGGLE CONTENT[/toggle]
and then modify the css like so
.toggle-home .arconix-toggle-title {
color: red !important;
}