Okay
  Public Ticket #2649382
Text overlapping images
Closed

Comments

  •  1
    Victoria Montero started the conversation

    Hi!

    Is there any way I can have this same layout but with the copy overlapping the image instead of going behind it?


  •  8,849
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .boomapps_vccolumn .img-with-aniamtion-wrap {
        z-index: -1;
        position: relative;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Victoria Montero replied

    awesome! thank you so much.

  •  1
    Victoria Montero replied

    To this point, is there any way to input the Desktop Max Width percentage manually?

  •  1
    Victoria Montero replied

    Also, is there a way to bring the highlight above the image?

  •  8,849
    Tahir replied

    1. To this point, is there any way to input the Desktop Max Width percentage manually?

    - This can be changed manually with Custom CSS.

    2. Also, is there a way to bring the highlight above the image?

    - Yes, try adjusting the Z-index of the Image or Column in the Row/Column Settings.

    Thanks


    ThemeNectar Support Team 

  •  1
    Victoria Montero replied

    Ohh, I didn't know about the z-index capabilities. Thank you so much!

    I'd suggest for future versions that the percentage of the Desktop Max Width could be entered manually.


    Thanks again.