Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #166255

    Hi there,

    I have a couple of questions and I hope you guys have the answers ;-)

    Here we go;
    – First of all, is it possible to set the different content backgrounds on and x% transparent?
    – Is it possible to give the image containers a custom mouse over effect – as it is now you get the cirle with the Arrow in it. I want it to be the same image as before you mause over but then in a different color?
    – and the last one; is it possible to completly remove the top menu borders?

    Hope to hear from you!

    With kind regards,

    Jeroen

    #166338

    Hey MulderMind!

    1.) You can set the content background on Enfold > Styling. What do you mean by ” x%”? Can you give us a screenshot of what you’re trying to do?

    2.) You can add this on your custom.css to change the color of the image circle overlay:

    .main_color .image-overlay .image-overlay-inside::before {
    background: red;
    }

    3.) What type of header do you have right now? You can use this:

    #header_meta {
    box-shadow: none;
    }
    
    #header_main {
    border-top: none;
    }

    Regards,
    Ismael

    #166613

    Hi Ismael,

    I’m trying to do something like this: screenshot
    So i want a big background image and transparent content containers, I asume this is possible with some cutrum CSS but i have no idea what to add :)

    Considering the mouse over effect I want to use a black and white image that turns full color on mouse over. Is that possible?

    The header thing worked, thanks!

    • This reply was modified 10 years, 5 months ago by MulderMind.
    #167068

    Hi!

    1.) Can you please post the image again? It is not working.

    2.) Unfortunately, the grayscale hover effect can’t be easily implemented. Maybe this plugin will help: http://wordpress.org/plugins/grayscale/

    Cheers!
    Ismael

    #167077

    Hi Esmael,

    Thanks – ill check out the plugin link.

    Weird that the image wont work, works for me perfectly.
    Maybe if you visit the direct link: http://www.area-52.nl/screenshot.jpg ?
    Basicly I want a photo as background and set the content continairs under styling in white but a certain percentage transparant so you can the background picture under the text.

    Grtz.

    #168144

    Hey!

    That is probably doable but it is going to take some experimentation and customization beyond what we can do via support. Right now the main colors just don’t have support for rgba color choices which is the easiest way to add transparency to the color.

    Best regards,
    Devin

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Transparancy of content background, custom mouse-over and no menu borders?’ is closed to new replies.