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 »

[SOLVED] Styling Body Links


  #1  
Old Apr 11, 2013, 03:26 AM
peep_squeak
 
14 posts · Sep 2011
[SOLVED] Styling Body Links

Hi. Great theme, we've been using it for a while now and really like its usability.

I'm having an issue with a bit of styling I added to 'Add HTML/CSS inserts'

.post-bodycopy a:hover {
background-color: #000000;
}

it's working fine but it's adding a background to the ADDTHIS social buttons at the top. I can see that they are included in the body div but not sure how I can separate them?

Here's a post as an example
http://www.saltpigcanteen.com/dont-d...-your-noodles/

On a different subject I wondered if there is a way of adding a footer with content/widgets?
  #2  
Old Apr 11, 2013, 04:15 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
CSS is 'Cascading Style Sheets' - what you do to an element cascades to it's children so if you don't want that background on a child element you need to add more CSS to change it for the children.

Quote:
On a different subject I wondered if there is a way of adding a footer with content/widgets?
you can add a new widget area to the 'ato->Style & edit FOOTER->Footer: Content' option
  #3  
Old Apr 11, 2013, 05:31 AM
peep_squeak
 
14 posts · Sep 2011
Thanks for the advice. I thought about it the other way round. Rather than adding more CSS I would just specify the element I wanted to alter. I added a 'p'

.post-bodycopy p a:hover {
background-color: #000000;
}

problem now is that the previous/next post links are turning white on hover.

Thanks for the footer info. Much appreciated.
  #4  
Old Apr 11, 2013, 05:35 AM
peep_squeak
 
14 posts · Sep 2011
just added

.older a:hover {
background-color: #000000;
}

.newer a:hover {
background-color: #000000;
}

it seems to work! Must be getting better at css

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How to make links in widgets apply to overall Body, Text & Links settings? BertL Sidebars & Widgets 3 Mar 15, 2013 11:44 AM
Can't style links in Body, Text, & Styling tglass118 Atahualpa 3 Wordpress theme 8 Dec 4, 2011 04:28 PM
Styling Body Titles in Pages shockpancake Center area post/pages 1 Jan 21, 2010 11:13 PM
[SOLVED] Body styling only in homepage peking Header configuration & styling 2 Oct 3, 2009 05:11 PM
Styling footer links BigG Atahualpa 3 Wordpress theme 0 Mar 17, 2009 01:04 PM


All times are GMT -6. The time now is 12:01 AM.


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