Customize Design Cloud Item

I am trying to change the color of the line in the Team of Two template from design cloud. Is there some where I can change the color from the red to black gradient? Also I would like to change the diagonal lines behind the text as well.

Hi there,

Actually, you need to use that template somewhere on the website. So if it is a content template just add it to a page and then you will have all the options at hand in the builder to do the changes you need.

If you have problems editing please get back to us with the URL/User/Pass and the name of the template using a Secure Note and we will get to the dashboard and show you the details.

For more information I suggest that you check the article below:

Thank you.

Added secure not!

Hi there,

The line has no gradient option, it’s a CSS which you can change through CSS too. Example, inspect the line element and go to it’s Customize section. Then add this to Element CSS input field.

$el {
  background: linear-gradient(to right,#a0a0a0,#000000) !important;
}

Thanks!

thanks, that worked great.

You are welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.