Jump to content

Font Color


Guest JJSmith

Recommended Posts

Guest JJSmith

This question was asked once before by another member, but never answered. So, here I go:

Kurouto Red Skin; How do I change the font color of the sub-categorys and also the item descriptions? That yellow font is so hard to read, I'm surprised it was used as the default setting.

Link to comment
Share on other sites

Guest Viola

This goes for most questions about CSS:

1. If you don't already have it, download and install Firefox.

2. Add the Firebug plugin to Firefox.

3. Browse to your site and open up firebug

4. Click the Inspect button and then click the element on the page that you want to edit. All CSS rules for that element, along with the filename and line number, will be listed in the right side of the firebug panel. (see attached screenshot with helpful arrows)

5. Edit the undesirable rule in the CSS file.

Link to comment
Share on other sites

This is, unfortunately, the general color of links (the <a> tag). Change this and all unspecified links will change. You can find this CSS setting in the file /skins/kurouto/styles/red/layout.css, line 47. The color is currently orange.

You can add another CSS rule to make the product title link in the Latest Products box specific:

p.title a { color: #994A00; }

This particular <a> tag is inside a <p> tag with a 'title' style class.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.

×
×
  • Create New...