I am not sure if i can use alternate content for this. I would link some links to be blue and some to be green – blue go to pages and green go to tags or categories. Is there a way to add this code to the whole site, not by section or content area?
Thanks!
Hi andyux,
You could turn on custom CSS fields for all builder elements and assign your own classes to them: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Quick CSS:
.blue {
color:blue !important;
}
.green {
color:green !important;
}
Thanks,
Rikard