Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   Posts/Author/Background (http://forum.bytesforall.com/showthread.php?t=11722)

Karin Dec 14, 2010 03:16 AM

Posts/Author/Background
 
Hi!

Where in Wordpress do I change number of posts to be displayed on the start page?

I have a widget, Latest comments, with the text "admin about" set to white, how do I change that to another color?

I would like to have a background image on the page, but when I set one the entire page goes transparent, including the center column, how do I avoid this?


Ok, I solved question no 1 and 3, but are still stuck on no 2, see my latest post ...

/Karin

juggledad Dec 14, 2010 05:13 AM

what version of WP and Atahualpa?
What is the URL?
Have you looked thru the wordpress dashboard->setting options?

Karin Dec 14, 2010 09:11 AM

Hi!

It's Atahualpa 3.4.9
Wordpress 3.0.3
http://didring.se/wordpress

I've solved the top question, but would like to add one:

I'd like to translate the text in the reply area,
Leave a Reply
Cancel

Logged in as admin. Logout »

You can use these HTML tags

Is that possible?

Best,
Karin

Karin Dec 14, 2010 03:48 PM

Hm, now I tried using :
ul.commentlist li {
color: #0000000;
}

to change the color in the comments reply area, it worked, but it also change the "admin om" (bottom right on mainpage) to black, which wasn't what I wanted ... so I took the code away, but "admin om" is till black ...? What to do?

/Karin

juggledad Dec 15, 2010 03:32 AM

If you look at teh source of the page, yo will see the area you are interested is this code:
HTML Code:

<div id="recent-comments-3" class="widget widget_recent_comments">
        <div class="widget-title">
                <h3>Senaste kommentarer</h3>
        </div>
        <ul id="recentcomments">
                <li class="recentcomments">admin om
                        <a href="http://didring.se/wordpress/archives/27#comment-7">Namninsamling</a>
                </li>
                <li class="recentcomments">admin om
                        <a href="http://didring.se/wordpress/archives/27#comment-6">Namninsamling</a>
                </li>
        </ul>
</div>

to make the 'admin om' text to ...say blue, you would code
HTML Code:

#recentcomments li.recentcomments {color: blue;}
and this would cchange the text 'admin om' to blue, but it would also change the text 'Namninsamling' to blue unless there was another specific CSS selector/rule changing it to another color (Cascading Style Sheets...children inherit the settings of the parent). If there isn't and you wanted it to be ...red, you would need to set it so you would have
HTML Code:

#recentcomments li.recentcomments {color: blue;}
#recentcomments li.recentcomments a {color: red;}


Karin Dec 15, 2010 03:54 AM

Thanks a lot, where do I change this? Do I need to download the source code or can it be changed somwhere in the theme?

Thanks again!

juggledad Dec 15, 2010 04:23 AM

add it to to ato->Add HTML/CSS Inserts->CSS Inserts

Karin Dec 15, 2010 06:31 AM

Hi!

Thanks a lot, worked just fine,
is it also possible to translate the text in the reply area:

Leave a Reply
Cancel

Logged in as admin. Logout »

You can use these HTML tags

/Karin

juggledad Dec 15, 2010 07:12 AM

this has been answered, do a forum search

Karin Dec 15, 2010 07:54 AM

Ok, I tried but couldn't find it, I'll try again ... thanks a lot!


All times are GMT -6. The time now is 11:14 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.