Jump to content

Background image and colored text issues


Rachelle626

Recommended Posts

Okay so I'm new to CSS but I have figured out how to get the background image to show up, but I can't change to font color so that way people can see what is going on. I am trying to get a "widget" on a site that uses CSS to customize pages.

 

This is what I have so far in the Custom Widget:

 

 

<div class="popup2-moremenu"><div class="floaty-boat"><img src="http://th00.deviantart.net/fs71/PRE/i/2012/128/f/f/wolf_paw_custom_background_box_by_wildwolvess-d4c4fnp.png"></div></div><div class="gr-box">

<b>Key</b>

:thumb254262700:

:thumb254264910:

:thumb254266158:

:thumb254266607:

:thumb254267112:

:thumb254267267:

:thumb254267840:

 

</div>

 

So if anyone can help me, that would be great, but if not, then I can probably change the background image.

The font is a default of black. I would love it to be white.

Link to comment
Share on other sites

I think gffects has it wrong.

 

Assuming it's the color of the word "link" you want to change, you need to look for create

.gr-box

in your css:

 

.gr-box {
color:#fff;
}

 

(Adding 'font' in front of the color isn't wrong, but it's not really necessary.)

  • Upvote 1
Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...