Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #208440

    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.

    #208530

    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

    #208719

    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?

    #208773

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Could the content of a single text box’ is closed to new replies.