changing text colour on add to cart buttons

ddr
New Community Member

Hi

My website has a black background so i cant see the text above the buttons.

How do i change this to white text so that it can be seen.

 

Thank you

Login to Me Too
3 REPLIES 3

Brian1295
Contributor
Contributor

Hi there,

 

You can use any image that you want as the button. You will see this in the sub sections when creating the button, you can simply input your own jpeg picture. There are various types/colours of add to cart buttons out there ,  Do a search on google images and pick one that you like.

 

Regards

 

Brian

Login to Me Too

PayPal_paula
Moderator
Moderator

Hi BrianPP, 

 

Thanks for your support in this section of the forum. It is great to see experienced users share their knowlegdge. 

 

Paula 

Login to Me Too

ronnierokk
New Community Member

I had this same questions a few weeks ago
while working on my page.

 

To change the text color all you have to
do is add a sniplet of code into the code
they provide you for your html code.

 

First copy and paste their code into
a new document such as Notepad.

 

Now look for the part of the code that has
this:

 

<tbody><tr><input type="hidden" name="on0" value="Letter Color">Letter
Color</td></tr>


Now all you are going to do is add this
piece of code <td style="color: white"> right behind the <tr> code.

 


So, now that part of the code should look like
this:

 

<tbody><tr><td style="color: white"><input type="hidden" name="on0" value="Letter Color">Letter
Color</td></tr>

 

This will give you White text now instead of the
default of black.

 

If you want another color, just change white to Red, or what
have you.

 

Hope this helps,
Ronnie Rokk Smith

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.