Hi!
Before updating the Enfold Theme I wanted to create a Child Theme.
But it always says: Template missing.
I’ll send you the code by private message to check it.
Thanks!
Nic
Hey!
You need to add this line at the beginning (along with the version, author name, etc):
Template: enfold
Best regards,
Josue
Hey!
1. Activate the the child theme.
2. The themes updates should be made on the parent theme.
Cheers!
Josue
Hi!
Try updating via FTP:
Regards,
Josue
Hey!
Sure – you can use following css code
.page-id-15 #av_section_1 .post-entry{
background: rgba(255,255,255,0.5);
}
The last value must be between 0 and 1 and determines the opacity.
Cheers!
Peter
Hi!
In your WordPress Dashboard go to Enfold > Styling > Quick CSS (it’s a textarea at the bottom), paste the code there and save the changes.
Cheers!
Josue
Hi!
Can you please post a screenshot and show the changes you would like to make? I am not sure if i understood you clearly
Best regards,
Yigit
Hey!
You can use this:
#av_section_1 .av_textblock_section {
background: white;
padding: 20px;
}
Change the background to any color you want.
You can use this on the second page:
.flex_column.av_two_third.first.avia-builder-el-7.el_after_av_one_third.column-top-margin {
background: rgba(255,255,255,.8);
padding: 20px;
}
Cheers!
Ismael