Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1402552

    Hey There,

    perhaps someone can help me out?
    I would like to put a blend mode to these boxes from the timetable because i would also like to see the background pattern in it.
    Now the different colors are just solid without texture.

    I tried to give these classes this code:
    mix-blend-mode: multiply;

    but it does not work. Perhaps it multiplied just the text? I need the Background to be multiplied (not just with opacity, tried it and that looks not good)

    Thanks and cheers
    Monika

    #1402555

    Hey Monika,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #av-extra-columns > .container {
    	mix-blend-mode: multiply;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1402749

    Thank you Mike!!!

    That worked :)

    #1402777

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘multiply a text field’ is closed to new replies.