Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4229
Latest: Ghost
New This Month: 3
New This Week: 0
New Today: 0
Stats
Total Posts: 43074
Total Topics: 7493
Most Online Today: 108
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 39
Total: 39

Author Topic: Font colour change  (Read 3253 times)

0 Members and 1 Guest are viewing this topic.

Offline davejo

  • Downloads Pro Customer
  • Full Member
  • *****
  • Posts: 170
    • 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: 16353
    • 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: 170
    • 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: 170
    • 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: 16353
    • 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
15354 Views
Last post September 14, 2007, 06:36:13 pm
by lakestclair
1 Replies
6772 Views
Last post October 05, 2008, 09:35:59 am
by Kalphiter
5 Replies
10335 Views
Last post November 08, 2008, 09:37:11 pm
by Rafferty
2 Replies
3403 Views
Last post January 02, 2009, 09:15:39 pm
by Boomslanger
9 Replies
7397 Views
Last post April 01, 2013, 12:06:30 pm
by b0mbardo

+- Recent Topics

Version 6.1.6 issues by davejo
Today at 02:21:44 pm

Follow / Follower Mod? by SMFHacks
September 23, 2023, 08:44:44 am

Looking for a good video player by replayuk
September 23, 2023, 12:17:39 am

[Mod]Discord Web Hooks by SMFHacks
September 22, 2023, 03:57:28 pm

SMF 2.1.4 Search by Anmer
September 22, 2023, 01:55:15 pm

Error in thise mode by Ghost
September 15, 2023, 08:42:24 am

Gallery Selection List Order by mickjav
September 07, 2023, 12:46:31 pm

[Mod]Tidy Child Boards 2.0 by Norwinjose
September 02, 2023, 11:42:54 am

PrettyUrls SEO Pro: Unable to submit sitemap to google search conmsole by SMFHacks
August 31, 2023, 10:55:22 am

PrettyURL - SEO4SMF Rewrites? by SMFHacks
August 28, 2023, 06:35:33 pm

Powered by EzPortal