• Resolved iv m

    (@ivanomartiello)


    hi, is there a view to do this? is there an option, i don’t see it. if there isn’t an option, how can i modify a new page.php (i renamed “pagewithoutimage.php”) i created for this? thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter iv m

    (@ivanomartiello)

    The page renamed, “pagewithoutimage.php” to be recognized as a custom page template and used as page, it must start with the string “Template Name”:

    <?php
    /*
     * Template Name: My Custom Page
     * Description: A Page Template with a darker design.
     */

    Check it ??

    Thread Starter iv m

    (@ivanomartiello)

    oh sorry, but i created this page “pagewithoutimage.php” in my local pc, and it appears in the temp’late page options. Is not this the problem, i’m able to do this. what are the following steps?

    Theme Author Richie KS

    (@rkcorp)

    try add this to theme option->custom css

    #custom-img-header {display:none;}
    .home #custom-img-header {display:inline !important;}

    Thread Starter iv m

    (@ivanomartiello)

    great Richie! it works ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘show image header only in home’ is closed to new replies.