Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #374473

    hi is it possible to apply a css class to a column?

    For example i have a 1/2 column and within it i have a special header, and an icon list. I want to apply a gradiented background to this 1/2 area

    Currently I can only apply it to the columns elements

    #374724

    Hey codecreative!

    please see this one: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Andy

    #376232

    Hi Andy

    Thanks for your reply. I am aware of the link you sent but unfortunatly it fails to give the option to apply a css class to the actual layout container itself. Just elements contained within as.

    I need to be able to apply a css class to the entire container not just each individual element

    #376241

    Hey!

    Can you please post the link to your website and point out the column you would like to edit?

    Cheers!
    Yigit

    #378418

    So if we take a look at http://217.199.187.190/e-missionltd.co.uk/

    And I wanted to apply css to the entire column that starts with the special heading
    E Mission has it covered

    I would for example like to apply a nice stylish box with a gradient background to that entire area. Ideally I would do the css and apply a class to that entire column but I am not able to do this easily. There is no option to apply a css class to the actual COLUMN layout itself that I am aware of?

    Is this the case?

    #378425

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-14 .first.avia-builder-el-15 {
    background-color: orange;
    padding: 10px;
    }

    Cheers!
    Yigit

    #379051

    Thank you that works a charm. View the page now :)

    I think you should definatly add the option in your next release to apply a css class to a column element please! :)

    #379054

    Hi!

    It looks awesome :) Please request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘css to an entire column?’ is closed to new replies.