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

    Hi,

    If I want to add some occupancy to the white background in the hero section here https://www.ezcomsoftware.com/ how might I do this?

    THanks

    #1350844

    Hey ezcom,

    I’m not sure I understand what you mean by occupancy? Please try to explain your intentions a bit further, or post a screenshot highlighting your intentions.

    Best regards,
    Rikard

    #1351056

    I want to make the background of that one section more transparent. So its more like the “Overlay Opacity”.

    #1351101

    Hi,

    Thank you for the update.

    Are you trying to adjust the transparency of the column or white box inside the color section? If so, try to use this css code.

    .flex_column.av-108grrem-76ae30a0ceddffa30f69c2e92f0b6dcb {
        padding: 25px 25px 0 25px;
        background-color: rgba(255,255,255,0.5);
    }
    

    Otherwise, please provide a screenshot of the changes that you would like to do using imgur, savvyify or dropbox. Thanks!

    Best regards,
    Ismael

    #1351190

    We want to add some transparncy to the whitebox area. So you can see some of the background through the white but still read the copy.

    I will add login info in the private area.

    #1351225

    Hi,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .flex_column.av-6j251f4-707e937d083a53255153ab2399200342 {
      background-color: rgba(255,255,255,0.9);
    }
    

    255,255,255 is the RGB value of the color and 0.9 is opacity level.

    Best regards,
    Yigit

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