Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   [SOLVED] Get rid of "permalink" link at top of a sticky post? (http://forum.bytesforall.com/showthread.php?t=17632)

Carey May 21, 2012 08:45 AM

[SOLVED] Get rid of "permalink" link at top of a sticky post?
 
OK, I'm trying to put the image I want above my blog posts there, by using a stickypost. I have it done, but now there is a text link that says "permalink" at the top left, and a "sticky note" looking thing at the top right. Can I get rid of those?

Also, I'd like to get rid of all the date, tags, categories, etc. at the bottom of that post... so it looks like an image or two and nothing else...

Any ideas?

www.christianhomeandfamily.com

lmilesw May 21, 2012 09:02 AM

"Permalink" shows because you don't have a title for the sticky so first add a title. Then add the following to CSS Inserts
HTML Code:

#post-297 .post-headline, #post-297 .post-footer {
    display: none;
}

Now go to the Style Post and Pages section of the theme options and style the sticky as you wish perhaps taking out the image in the upper right.

Carey May 21, 2012 10:57 AM

Hi Larry,

Thanks so much for the help... I did what you said... inserted a title, when to Atahualpa theme settings>html/css>and in the css inserts window put the code you suggested. Still seeing the title, footer stuff, and the sticky note thing at the top right.

Any ideas?

juggledad May 21, 2012 01:25 PM

you stuck it in the middle of another CSS selector/rule
HTML Code:

p.tagline {
 margin-left:-780px;
 margin-top:315px;
#post-297 .post-headline,#post-297 .post-footer {
 display:none
}

should be
HTML Code:

p.tagline {
 margin-left:-780px;
 margin-top:315px;
}
#post-297 .post-headline,#post-297 .post-footer {
 display:none
}



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

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