Is there such a way to colour a single text box – content element. Or could anyone tell me how to do this please? I need a news section on my page to stand out from the rest of the text.
Hey Paul!
You could activate this: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
And then target that element with CSS and make it stand out.
Best regards,
Josue
Sorry to ask again, but how would I activate the “custom css for all”? Where do i put that line of code? Also, what would be the css target element for targeting the Content element – blog post? Please?
Hi!
Put that code in functions.php
You set the target class name, then you’d add something like this to the Quick CSS:
.my_custom_text_box{
background: red;
}
Cheers!
Josue