Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #579974

    Hi Yigit. Can you help me to get this custom color section look?

    #580194

    Hey diefleischerei,

    Could you try a 1/1 element to see if that works better maybe?

    Regards,
    Rikard

    #580320

    OK, but can i give an 1/1 element a gray background?

    #580382

    Hi!

    Yes you can add grey background to 1/1 by adding a custom css class name.

    To add custom css class name please enable class name support in your theme as mentioned in the below link
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    then add the below code to Enfold > General Styling > Quick CSS

    grey-bg {
    background:#cecece!important;
    }

    Best regards,
    Vinay Kashyap

    • This reply was modified 8 years, 9 months ago by Vinay.
    #580392

    Hi. i have added the custom css class. but there is no grey background!

    #580394

    And can you help me to get a seperator with custom css to full width?

    #580787

    Hi,

    You should be able to se the background of the element in the Colors tab in the options of the element. Getting the separator the way you want will be difficult since it’s already 100%, setting a higher value will only expand it to the right since it’s inside of the container.

    Regards,
    Rikard

    #580910

    Hi. Thank you. But why do is use the custom css element?? “grey-bg” It really do not wok this way (with the backgound color inside the color tab). please take a look :)

    #580936

    Hey!

    As Vinnie said, please add 1/1 column element to your page, give it a custom CSS class and then add following code to Quick CSS

    .av_one_full.your-custom-class {
        width: 112%!important;
        margin-left: -50px!important;
        padding-left: 50px;
        margin-right: -50px!important;
        padding-right: 50px;
    }

    Regards,
    Yigit

    #580973

    Thank you Yigit. but it has still no grey background and how can i bring the 1/4 and the 3/4 elements inside the 1/1??

    #580974

    Here.

    #581088

    Hi!

    Please check the link in private we have created a test page for you.

    We have added the below css in quick css

    .grey-bg .container {
    background:#c4c4c4!important;
    }

    Best regards,
    Vinay Kashyap

    #581095

    Wow looks awesome. Only little thing: how can i delete this line?

    #581098

    Hey!

    You can edit your color section element and choose not to display borders.

    Cheers!
    Yigit

    #581110

    ;)

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Get custom color section look’ is closed to new replies.