MyBB Community Forums

Full Version: urgent change color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi friends .
i m using The Cure" theme and i want to change Donate Color to yellow 
where can find the code To change ?
in ACP >> Templates & Style >> Templates >> Apart Flame (I assume) >> Header Templates >> header
i just find this 
<a name="top" id="top"></a>
<div id="header">
		{$welcomeblock}
		<div id="content">
			{$announcement}{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}<!-- ProfileComments -->
			{$comments_alert}<!-- /ProfileComments -->
			{$pending_joinrequests}
<if $mybb->user['uid'] then>
			<navigation>
</if>
			<br />

there any help please !  Huh

thanks 

here screenshoot of my forum

[Image: attachment.php?aid=34565]
hmm., what is urgency ! anyway, which version of MyBB you are using and can we have your forum url
(2015-07-03, 06:45 AM).m. Wrote: [ -> ]hmm., what is urgency ! anyway, which version of MyBB you are using and can we have your forum url

hi mate thanks for reply 
im using MyBB 1.6.10
my url i send you in PM
cure theme has links in both header_welcomeblock_guest template & header_welcomeblock_member template.
you can add a class for the donate link in both the templates & add required color through css style property

<a class="donate" href="{$mybb->['bburl']}/donate.php">Donate</a>

style property like below can be added at the bottom of global.css of the Cure theme
#navbar ul#nav li a.donate {color: #ffd700;}
(edit global.css through admin panel & edit in advanced edit mode)

Edit: for the better security, you should upgrade your forum to MyBB 1.6.17