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] HEADLINE Box style only on multi-post pages?


  #1  
Old Aug 5, 2010, 08:46 PM
Jeff G
 
39 posts · Mar 2010
Hi,

Is it possible to have the styles that affect the headline box (under ATO-->Style Posts & Pages) be different for single post pages?

I inserted this into the "HEADLINE Box" field:

border-top-color:#A1A1A1;
border-top-style:solid;
border-top-width:1px;
width:630px;

...but I don't want the border there on the single post pages.


This is my site:
(SINGLE POST)
http://www.fuzzpodmusic.dreamhosters...7/10/the-fuzz/
(MULTI-POST)
http://www.fuzzpodmusic.dreamhosters.com/news/


Which I'm trying to make imitate this site:

(SINGLE POST)
http://web.me.com/fuzzpodmusic/Site/...ase_Party.html
(MULTI-POST)
http://web.me.com/fuzzpodmusic/Site/News/News.html

Using
WP Version 3.0
Atahualpa 3.5.1

Thanks for any help!

--jeff
  #2  
Old Aug 6, 2010, 02:57 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
yes, but you will have to use a CSS insert for the single page style - use
HTML Code:
body.single
as the start of your css selector
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Aug 7, 2010, 09:41 AM
Jeff G
 
39 posts · Mar 2010
Hmm. I probably just am not understanding. I put this into the CSS inserts:

body.single {
border-style:none;
}

but nothing changed.

btw, would this also apply to pages? I don't want the border there, either, since it's already part of the page menu bar.

Thank you sensei juggledad!

--j
  #4  
Old Aug 7, 2010, 09:46 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Just using body.single applies it to the high level but other CSS overrides it. The body.single is the start of your CSS selector, you have to fill in the rest. Since you want it on the headline box and are using a1a1a1 you should view the page, view the source, search for the a1a1a1 and then you can see the element it is used on and construct the complete CSS selector
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Aug 7, 2010, 03:21 PM
Jeff G
 
39 posts · Mar 2010
Yes! That did it!

I had to enter 2 to get what I wanted:

body.page .post-headline {
border-style:none;
}

body.single .post-headline {
border-style:none;
}

but that was the trick!

Like Xeno's Paradox, the helpful solutions on this forum always get me 1/2 of the way toward my goal. Thus, I'm always closer, but I never actually arrive.... :-/

Thank you for your time and efforts,
--j

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
Applying different style to center column in multi post pages only maija Atahualpa 3 Wordpress theme 2 Jul 26, 2010 12:31 AM
How to increase the height of the post headline box. laurencekogan Center area post/pages 1 Mar 25, 2010 07:09 PM
Style of Post Headline on Home Page is different vanderark1 Center area post/pages 1 Jan 28, 2010 03:13 AM
[SOLVED] Removing Post Headline on Multi and Single Post Pages jen Center area post/pages 2 Jan 8, 2010 07:46 AM
How do I choose between Single Post Pages and Multi Post Pages? BradyKelly Atahualpa 3 Wordpress theme 2 Jan 3, 2010 05:17 AM


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


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