News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Can I change the color of this button?

Started by fecu2008, March 07, 2008, 02:04:41 AM

Previous topic - Next topic

fecu2008

I installed a mod and its on my nav menu up top. I looked in style.css and etc and I played around with adding code to enable this be a different color.  Is this a button? Is it possible to change the "dontions" lettering in this?

here is the code.

I installed the paypal mod and its working great.  Anyone else use this? 

My question is, I want to change the color of the button.  I know that its in here, but when I go to add it, i get errors. 

// Paypal Mod
   if (($modSettings['payPalEnable']) && (allowedTo('payPal_view')))
      echo ($current_action == 'paypal' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
            <td valign="top" class="maintab_' , $current_action == 'paypal' ? 'active_back' : 'back' , '">
               <a href="', $scripturl, '?action=paypal">' , $txt['payPal'] , '</a>
            </td>' , $current_action == 'paypal' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';


sherpa サイバー侍

you want to change the paypal button?
it is not there
look inside the default images folder

fecu2008

#2
yeah but do i need to insert a code under it? I dont see a donations button in my default images at all.

sherpa サイバー侍


sherpa サイバー侍

Sorry  fecu2008
I notic pay pal mod doesn't create any image icon. It just adds link in nav bar. 

<a href="', $scripturl, '?action=paypal">' , $txt['payPal'] , '</a>

how about adding your image instead of $txt['payPal'] ?

Bulakbol

If you want only the color of letters, just change this
<a href="', $scripturl, '?action=paypal">' , $txt['payPal'] , '</a>


to this.
<a href="', $scripturl, '?action=paypal"><font  color="red">' , $txt['payPal'] , '</font></a>
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

fecu2008

Wonderful, thank you :) Worked like a charm!

Advertisement: