Author Topic: Image Description Font Size Question  (Read 5184 times)

0 Members and 1 Guest are viewing this topic.

Offline __G__

  • Sr. Member
  • ****
  • Posts: 286
    • View Profile
Image Description Font Size Question
« on: August 29, 2010, 05:22:05 AM »
Hi i want to keep default font size of image description a bit bigger how can i do this currently i have to use this code to do that in every image description

Code: [Select]
<font size="4"><font>
How can i just make this default ?

Rembrandt

  • Guest
Re: Image Description Font Size Question
« Reply #1 on: August 29, 2010, 06:58:27 AM »
Hi!
for only the description, search in details.html:
Code: [Select]
<td valign="top" class="row1">{image_description}</td>and replace:
Code: [Select]
<td valign="top" class="row1" style="font-size:22px">{image_description}</td>
wish you all the rows, search in your templates/style.css:
Code: [Select]
.row1{insert below:
Code: [Select]
font-size:22pxthe same with "row2{"

mfg Andi

« Last Edit: September 01, 2010, 08:39:51 AM by Rembrandt »

Offline __G__

  • Sr. Member
  • ****
  • Posts: 286
    • View Profile
Re: Image Description Font Size Question
« Reply #2 on: September 01, 2010, 09:57:07 PM »
HI thank you for your reply on my details page i find this piece of code which is close to what you want me too look for


                            <td class="cat1" align="left" valign="top">{image_description}</td>


I have inline mod installed as well i dont know if that matters and yes this is in detail.html


And thanks for helping