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 » Center area post/pages » Post-Kicker, -Byline & -Footer »

[SOLVED] Just above the footer


  #26  
Old Aug 18, 2010, 09:08 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
I used Firebug. This screencast might help.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #27  
Old Aug 18, 2010, 12:56 PM
Obi
 
22 posts · Aug 2010
Very nice.
Thank you for taking the trouble with the screencast.

Following this, I made an attempt to debug the issue of being unable to change the font size of the disclaimer content. In Firebug I clicked the element locator on the top left side, then clicked inside the page on the disclaimer content, then clicked on 'computed' in the top right part of the screen.
The font size reads 12px. The line that I put in on ATO > Add HTML/CSS Inserts is:
font-size: 32px; !important;

Why is the font size not responding to my changes?

~ Obi
  #28  
Old Aug 18, 2010, 01:05 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
To change the font size for the disclaimer you need to add the following to ATO>Add HTML/CSS Inserts>CSS Inserts
HTML Code:
#disclaimer h3 {
font-size: 32px !important;
}
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #29  
Old Aug 18, 2010, 01:50 PM
Obi
 
22 posts · Aug 2010
#disclaimer h3 is the header, with which I don't have a problem - I can change the font size there.
The change doesn't work for the content of the disclaimer:

Code:
/* Styling the disclaimer content */
#disclaimer {
background-color: #00ff00;
color: #ff0000;
font-size: 32px; !important;  /* this line shows no effect */
font-family: Tahoma serif;
}
~ Obi
  #30  
Old Aug 18, 2010, 10:28 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
For the text you could use
HTML Code:
.textwidget
for the selector but that could affect other widgets so to limit it to the disclaimer area use
HTML Code:
#disclaimer .textwidget
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #31  
Old Aug 19, 2010, 08:34 AM
Obi
 
22 posts · Aug 2010
It works.

Tell me if I get it right;
In Firebug, clicking on the disclaimer content and then looking on the righthand side window under the Style tab - seeing that div.textwidget is the last selector in the inheritance chain . . .
Was that how you found .textwidget to be the right selector ?

I don't understand why is it that under #disclaimer I can change the color of the text as well as the background color,
but not the text size . . . unless it's some sort of a bug of course.

~ Obi
  #32  
Old Aug 19, 2010, 09:11 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
It has to do with the cascading part of CSS.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #33  
Old Aug 19, 2010, 10:19 AM
Obi
 
22 posts · Aug 2010
Thank you so much for your time and patience.
You have helped me a great deal.

~ Obi

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] HELP! Comments, Comment Footer, Footer, SideBar GONE! frgvn Comments, trackbacks & pings 1 Feb 28, 2010 02:58 AM
[SOLVED] Footer shows even though Atahualpa footer is empty tinroofrusted Post-Kicker, -Byline & -Footer 1 Feb 19, 2010 09:22 AM
[SOLVED] footer - tried to, per instructions, edit footer links to "Woodpress" and ge jorgfoto Post-Kicker, -Byline & -Footer 2 Oct 15, 2009 11:57 AM
[SOLVED] Footer: How to add line break in footer text StudioGal Post-Kicker, -Byline & -Footer 2 Oct 9, 2009 06:41 AM


All times are GMT -6. The time now is 10:03 AM.


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