Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

Posts/Author/Background


  #1  
Old Dec 14, 2010, 03:16 AM
Karin
 
25 posts · Oct 2009
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

Last edited by juggledad; Dec 15, 2010 at 03:22 AM.
  #2  
Old Dec 14, 2010, 05:13 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
what version of WP and Atahualpa?
What is the URL?
Have you looked thru the wordpress dashboard->setting options?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Dec 14, 2010, 09:11 AM
Karin
 
25 posts · Oct 2009
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
  #4  
Old Dec 14, 2010, 03:48 PM
Karin
 
25 posts · Oct 2009
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
  #5  
Old Dec 15, 2010, 03:32 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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;}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #6  
Old Dec 15, 2010, 03:54 AM
Karin
 
25 posts · Oct 2009
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!

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
Styling %author% and %author-posts-link% Aris Post-Kicker, -Byline & -Footer 2 Jul 6, 2010 10:34 PM
%author-linked% and "All posts by this author" David Latapie Post-Kicker, -Byline & -Footer 2 Nov 1, 2009 06:53 PM
Different color posts for each author Tars Tarkas Header configuration & styling 1 Sep 1, 2009 07:28 PM
Author comment background to appear the same in all levels of commenting perdox808 Comments, trackbacks & pings 6 May 1, 2009 06:08 PM
Author comment background to appear the same in all levels of commenting perdox808 Comments, trackbacks & pings 0 Apr 21, 2009 06:19 AM


All times are GMT -6. The time now is 06:42 AM.


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