Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #208480

    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

    #208481
    This reply has been marked as private.
    #208491

    Hey!

    You need to add this line at the beginning (along with the version, author name, etc):

    Template: enfold
    

    Best regards,
    Josue

    #208520
    This reply has been marked as private.
    #208524

    Hey!

    1. Activate the the child theme.
    2. The themes updates should be made on the parent theme.

    Cheers!
    Josue

    #208532
    This reply has been marked as private.
    #208533

    Hi!

    Try updating via FTP:

    Regards,
    Josue

    #208836
    This reply has been marked as private.
    #208884

    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

    #212628
    This reply has been marked as private.
    #212635

    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

    #212871
    This reply has been marked as private.
    #212891

    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

    #213158
    This reply has been marked as private.
    #213257

    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

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Enfold Child Theme’ is closed to new replies.