Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1230345

    Hello, hope you can help me.
    I use the plugin events manager, and I have a question for the single-event.php template.
    In the single event page, I like to show an image header like in the other page of the website, where I used Advanced Layout editor and trasparent header.

    I think I have to copy a single.php file, and rename in single-event.php, so modify this file but I don’t know how can I do it.

    Can you help me?

    Thank you

    #1230631

    I find the solution with CSS

    .av_header_transparency #header_main{
    background-image:none !important;
    }

    #header_main {
    height:305px;
    background-image:url(“https://www.seratemusicali.net/wp-content/uploads/2020/07/2020.jpg”);
    }

    .template-single-blog{
    padding-top:20px;
    }

    #1230654

    Hi sere,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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