Advertisement:

Author Topic: item-post php file new look  (Read 1332 times)

Hello

  • Full Member
  • ***
  • Posts: 174
item-post php file new look
« on: October 20, 2013, 12:43:38 am »
i want a box somthing like in below image pls help me

klingom

  • Newbie
  • *
  • Posts: 6
Re: item-post php file new look
« Reply #1 on: October 20, 2013, 04:03:54 am »
I didn't understand exactly what you want but I suggest you to try adding a div to the headers
i.e.               
Code: [Select]
<div style="border: #FF9900 medium solid">
                        <h2><?php _e('Informa&ccedil;&otilde;es Gerais''bender_purple'); ?></h2></div>
or something like it or try adding background image  :) I'm also newbie

Regards
klingom 

Hello

  • Full Member
  • ***
  • Posts: 174
Re: item-post php file new look
« Reply #2 on: October 20, 2013, 12:01:34 pm »
fine how can i put image in background also tell me where i put this code

thanks

klingom

  • Newbie
  • *
  • Posts: 6
Re: item-post php file new look
« Reply #3 on: October 20, 2013, 06:25:09 pm »
Replace this code in item-post.php
Code: [Select]
<h2><?php _e('Informa&ccedil;&otilde;es Gerais''bender_purple'); ?></h2>

for this
Code: [Select]
<div style="border: #FF9900 medium solid;-moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius: 8px;">
                        <h2><?php _e('Informa&ccedil;&otilde;es Gerais''bender_purple'); ?></h2></div>
note that my code is in Portuguese so you may find "Informa&ccedil;&otilde;es Gerais" as "General Information" or something similar.
and you will get something like the image attached.

I'm not sure if image in background will work

regards
klingom
« Last Edit: October 20, 2013, 06:27:39 pm by klingom »

Hello

  • Full Member
  • ***
  • Posts: 174
Re: item-post php file new look
« Reply #4 on: October 21, 2013, 12:45:42 am »
thanks for the reply it works good but not look nice now see what i want  see the below image