bbPress

Simple, Fast, Elegant

bbPress support forums » Themes

Text color for Add new topic and translate Register

(3 posts)
  • Started 3 months ago by goranlin
  • Latest reply from goranlin
  • This topic is not resolved
  1. goranlin
    Member

    I have made some small changes in the Kakumei theme to change colors. My forum at http://www.enkelwebbplats.se/forum/ is now how I want except two minor things:

    1. I want to change the color of Add new topic (in Swedish LÄGG TILL NYTT ÄMNE) which is now in black and not easily seen after I changed background to navy blue.

    2. I use a Swedish language file but as you can see "Register or log in:" is not translated as is also not "Rememer me". Where can I change that?

    I am most grateful for any advice!

    Posted 3 months ago #
  2. For #1, you can add the following to your style.css file as near to the bottom as possible:

    #latest th a, #forumlist th a, #favorites th a {
    	color: #eee;
    }
    #latest th a:hover, #forumlist th a:hover, #favorites th a:hover {
    	color: #eee;
    }

    For #2, I downloaded sv_SE.mo, and it does not have the words "Register or log in:", "Log in »", or "Remember me". I don't know how to edit MO files, so you'll need to wait for someone who does.

    Posted 3 months ago #
  3. goranlin
    Member

    Thank you! It worked quite well.

    Anyone who can give advice on MO files if that is what is needed?

    Posted 3 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.