• I wish to put an image one of the blocks below the slider bar on the home page. I guess this means editing the theme options file. However, I’m fairly new to this and don’t know what exactly I need to change. Here is the relevant code from the options.php file:

    $options[] = array( "name" => __('Block 1 Heading', 'zenon'),
    						"desc" => "",
    						"id" => "block1_text",
    						"std" => "We Work Efficiently",
    						"type" => "text");
    
    	$options[] = array( "name" => __('Block 1 Text', 'zenon'),
    						"desc" => "",
    						"id" => "block1_textarea",
    						"std" => "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nec rhoncus risus. In ultrices lacinia ipsum, posuere faucibus velit bibendum ac.",
    						"type" => "textarea");

    Any help would be greatly appreciated. Thank you

  • The topic ‘[Theme: Zenon Lite] Image in Blocks on Homepage’ is closed to new replies.