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

    Is there any way to put a color section with a parallax picture with a text box that is slightly transparent?

    #289532

    Hi Jcochran904!

    Please add give your color section element a unique id ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add following code to Quick CSS in Enfold theme options under General Styling tab

    #your-custom-id div.avia_textblock {
    background: rgba(255,255,255,0.5);
    padding: 10px;
    }

    Best regards,
    Yigit

    #289549
    This reply has been marked as private.
    #289554

    Hey!

    If you do not mind creating a temporary admin login and posting it here privately, we can gladly look into it for you

    Cheers!
    Yigit

    #289566
    This reply has been marked as private.
    #289573

    Hey!

    Please review your website now. I thought you would use Text Block element, i changed the custom CSS code a bit at the bottom of Quick CSS field and now it does work fine. in the code 255,255,255 is the RGB value of the color and 0.5 is opacity level which you can adjust between 0-1.

    Best regards,
    Yigit

    #289582
    This reply has been marked as private.
    #289902

    Hi!

    Did you remove the temporary user? The login credentials are not working. Please check. I’ll ask Yigit to take a look.

    Regards,
    Ismael

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