Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #438365

    I made one background with color section.

    Then i made som other backgrounds with color sections – with text and etc. in it.

    What i would like is the white background to be transparent to the BACK background – not one more background IN the color section/text area. I can’t seem to find one solution for that?

    How to make one background picture for the whole area and then make transparent sections around the pages after that.

    You see here.

    http://nikita-kristensen.dk/om-os/

    The white is WHITE.. not transparent – even i try using the transparent background settings in the color settings…

    Is it not possible?

    I dont want to put another “background” pict. in – only the ONE that has to be all over this one specific page. (i will change the background pictures for each page..

    #438499

    Hey!

    Can you please create a screenshot/mockup of what would you want to achieve?

    Best regards,
    Josue

    #438522

    Its my color section areas i would like transparent on top over the background image (the background image i also put as a colored section, because i could not find other ways to do it)

    This way of transperant colour section against one background image.

    #438616

    Hey!

    Do something like this (set a custom ID to the color section, like custom_container): http://a.pomf.se/ekrlpr.png

    And then add this to Quick CSS:

    #custom_container .flex_column {
        background: rgba(255,255,255,0.2);
        padding: 0 10px;
    }

    Regards,
    Josue

    #438844

    Thanks for your reply. I have a little doubt about where to set the custom ID to custom_container ?

    #438905

    Hi!

    Please edit your color section and give it a section ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png

    Regards,
    Yigit

    #438946

    I tried the way i think you mean.. But it has no effect…

    The color of the section is still just 100% color on top of my picture(background)…

    #438947

    So if i call it “jane” – the name in the Quick css is going to be?

    #jane_container .flex_column {
    background: rgba(255,255,255,0.2);
    padding: 0 10px;
    }

    #custom_container .flex_column {
    background: rgba(255,255,255,0.2);
    padding: 0 10px;
    }

    or?

    I think its this i got wrong… Because its still solid color still solid colour

    #438954

    Now i put “janes” – but still nothing happens. :-)

    #438961

    Maybe i make my whole setup wrong…

    #438966

    What i want on each page.. is a fixet background picture (it changes from page to page though) – and on top of that i need my text on a white transparent background…

    The only way i have figured out how to make this is the above way… i dont even know if thats correct..

    #438979

    It could be awesome if you had an option (like some other themes i work with has) – where you can choose background picture for that one page you are working with. And THEN you can build our page on top of that background picture.. etc with 50% transparent text fields and so on… Like my example..
    Like in a more simple way. :-))

    #438988

    I think the issue here is that i can choose a color section (for background ish…) – but the text box i can not choose any background color for? So this is why it gets a little complicated.. and maybe thats why i do not succeed because the way i build it up is not correct…

    The example i sent in the beginning with the example of what i would like to do – is from another theme.. Where you have the option to choose the text box color background…
    And you can choose a background picture for the whole page you are working on (not the whole site)..

    So its pretty simple.

    I would like that to get to work with your theme, because in so many other ways i like yours more…

    #438997

    Here i explain a little also what it is i would like… just dont know how – because it doesn’t seem to be an option..

    #438999

    I hope i make myself understood… I dont know if i explained it well enough…

    #439021

    Hi InfintyJane2013 ;
    If you’ve put the ID “janes” as in your reply above (#438954) the code to have white transparent (50%) would be :
    #janes .flex_column { background: rgba(255,255,255,0.5);}

    #janes given as ID to Color section you can target every elements in it buy starting with “#janes” to your css code

    #439136

    I tried – nothing happens..

    Did you look all my screendumpt of the way i build one page?

    And my questions about background color on text areas. and etc?

    :-))

    #439146

    If you read my tread – you can see what i mean. No mening in repeating again :-)))

    #439154

    Hi Jane!

    Please hand me an admin account in a private reply.

    Cheers!
    Josue

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