Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1437350
Transparent background color
Closed

Comments

  • Cornelia started the conversation

    Hello,

    please take a look at the screenshot. On the Home page, we would like to change the background of the titles inside the grid boxes. It should be more transparent. Is this possible with Grid Builder / Visual Composer? Or is there a code to add to custom css?

    Thank you for your help and your perfect customer service!

  •  2,697
    PenciDesign replied

    Hi,

    Please make your site live or send me your admin account to I can check it help you in a private reply.


    Best Regards,

    PenciDesign

  • Cornelia replied

    I made it live! www.sofa-magazin.at

  •  2,697
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    .vc_gitem-zone .vc_gitem_row .vc_custom_1516302930117{ background-color: rgba(255, 255, 255, 0.8);  }

    Best Regards,

    PenciDesign

  • Cornelia replied

    Hi,


    no this doesn't work :( Do you have another idea?

    should I send you my admin account? 

  •  2,697
    PenciDesign replied

    Hi,

    Please try again with this code:

    .vc_gitem-zone .vc_gitem_row .vc_custom_1516302930117{ background-color: rgba(255, 255, 255, 0.8) !important;  }

    Best Regards,

    PenciDesign

  • Cornelia replied

    Wow thank you. It DID change. But now I changed the position and it does not display the transparency. Maybe this number changed? 

    1516302930117
  •  2,697
    PenciDesign replied

    Hi,

    Yeah, with your currently homepage layout now, you need to change it to:

    .vc_gitem-zone .vc_gitem_row .vc_custom_1516213471354{ background-color: rgba(255, 255, 255, 0.8) !important;  }

    Best Regards,

    PenciDesign

  • Cornelia replied

    I don't understand it - it does not work now :(

    should I send you my admin?

  •  2,697
    PenciDesign replied

    Hi,

    Please try again with this code:

    .vc_gitem-zone .vc_gitem_row .vc_custom_1516363383034{ background-color: rgba(255, 255, 255, 0.8) !important;  }

    Because you're using an elements from a plugin - this changes the id each time you create a new one.

    Best Regards,

    PenciDesign

  • Cornelia replied

    Hello again, 

    now I tried it with all the figures I could find in the source code but it does not get transparent. which figure would you now take? which one should work?

    thank you :)

  •  2,697
    PenciDesign replied

    Hi,

    Now, It's:

    .vc_gitem-zone .vc_gitem_row .vc_custom_1516213471354{ background-color: rgba(255, 255, 255, 0.8) !important;  }


    Best Regards,

    PenciDesign

  • Cornelia replied

    yeah, this was what I have tried but what does not work... should I send you my account/admin?

  •   PenciDesign replied privately