Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43295
Total Topics: 7523
Most Online Today: 230
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 194
Total: 194

Author Topic: Font colour change  (Read 4122 times)

0 Members and 1 Guest are viewing this topic.

Offline davejo

  • Downloads Pro Customer
  • Full Member
  • *****
  • Posts: 185
    • View Profile
    • Quizland
Font colour change
« on: June 03, 2015, 12:15:17 pm »
Hi,

I would like to change the font colour as shown in the image of the default theme below to a lighter colour so that it can be seen in the another theme I have installed.

Can you help please?


Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Font colour change
« Reply #1 on: June 03, 2015, 01:03:31 pm »
That text is found in themes/default/gallery2.template.php

Around line 6277
Code: [Select]
echo '<tr class="titlebg"><td align="center" colspan="', $maxrowlevel, '">';

if ($g_bulk && GetCatPermission($cat,'addpic',true) === true)
echo '<a href="', $scripturl, '?action=gallery;sa=bulk;cat=', $cat, '">' , $txt['gallery_text_bulkadd'], '</a>&nbsp; - &nbsp;';

if ($g_manage)
echo '<a href="', $scripturl, '?action=gallery;sa=addcat;cat=', $cat, '">', $txt['gallery_text_addsubcat'], '</a>&nbsp; - &nbsp;';

if ($g_add && GetCatPermission($cat,'addpic',true) === true)
echo '<a href="', $scripturl, '?action=gallery;sa=add;cat=', $cat, '">', $txt['gallery_text_addpicture'], '</a>&nbsp; - &nbsp;';

if (GetCatPermission($cat,'addvideo',true) === true)
if ($g_video)
echo '<a href="', $scripturl, '?action=gallery;sa=addvideo;cat=', $cat, '">', $txt['gallery_form_addvideo'], '</a>&nbsp; - &nbsp; ';

echo '
<a href="', $scripturl, '?action=gallery">', $txt['gallery_text_returngallery'], '</a></td>
</tr>
</table>
</form><br />';

You will need to change the part class="titlebg"
Try changing titlbg to either catbg or windowbg or windowbg2
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline davejo

  • Downloads Pro Customer
  • Full Member
  • *****
  • Posts: 185
    • View Profile
    • Quizland
Re: Font colour change
« Reply #2 on: June 03, 2015, 01:13:41 pm »
Thanks very much I'll check it out and get back to you

Offline davejo

  • Downloads Pro Customer
  • Full Member
  • *****
  • Posts: 185
    • View Profile
    • Quizland
Re: Font colour change
« Reply #3 on: June 03, 2015, 01:26:31 pm »
I have now changed it to windowbg and it works well. Thanks very much for the quick reply

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Font colour change
« Reply #4 on: June 03, 2015, 01:42:05 pm »
Glad to help.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

 

Related Topics

  Subject / Started by Replies Last post
13 Replies
16099 Views
Last post September 14, 2007, 06:36:13 pm
by lakestclair
1 Replies
7555 Views
Last post October 05, 2008, 09:35:59 am
by Kalphiter
5 Replies
11323 Views
Last post November 08, 2008, 09:37:11 pm
by Rafferty
2 Replies
4074 Views
Last post January 02, 2009, 09:15:39 pm
by Boomslanger
9 Replies
8340 Views
Last post April 01, 2013, 12:06:30 pm
by b0mbardo

+- Recent Topics

Please Help! by SMFHacks
April 17, 2024, 08:04:55 am

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

Powered by EzPortal