Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: How to change this small section of colour? (screenshot)  (Read 2969 times)

0 Members and 1 Guest are viewing this topic.

The Old Man

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 20
How to change this small section of colour? (screenshot)
« on: September 14, 2004, 08:12:29 pm »

Hi,
I have successfully skinned my Image Gallery but can't see any Class or ID tags for the two small sections that appear under a photo. Please see the the two areas marked red in this screenshot:
(http://www.sarahjaneredmond.com/img/whitespaces.png)
There is actually descriptive text of the image in the white space but as I'm using white elesewhere its invisible (white on white). I need to change the two sections if anyone knows how.

Many thanks,
Graham.
« Last Edit: September 15, 2004, 09:15:56 am by GauGau »
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: How to change this small section of colour? (screenshot)
« Reply #1 on: September 14, 2004, 08:19:58 pm »

open your theme.php, find this code and edit accordingly;

Code: [Select]
<!-- BEGIN img_desc -->
                        <table cellpadding="0" cellspacing="0" class="img_caption_table">
<!-- BEGIN title -->
                                <tr>
                                        <th>
                                                {TITLE}
                                        </th>
                                </tr>
<!-- END title -->
<!-- BEGIN caption -->
                                <tr>
                                        <td>
                                                {CAPTION}
                                        </td>
                                </tr>
<!-- END caption -->

As you see the table is classed img_caption_table.
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

The Old Man

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 20
Re: How to change this small section of colour? (screenshot)
« Reply #2 on: September 14, 2004, 08:21:38 pm »

Many thanks for the speedy reply. Much appreciated.

Regards,
Graham.
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 19 queries.