Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #614186

    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!

    #615340

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.