dianadolce
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: css to change post title color on one pageThanks DeepBevel, I have had success in styling menu items separately, but in this case the top banner is a post created by a dashboard function called the top banner where there are only 4 post to be in this area and they don’t show up in the normal post list. It seems to be a template issue that I need to address with the template creator or just leave it as it is.
I am sure that if I can figure out the correct css string to use, it will work eventually.
Thanks again for all you have done to find the answer for me.
Mucho Gracias!
DianaForum: Fixing WordPress
In reply to: css to change post title color on one pageThank you deepbevel,
I tried this and it didn’t work. It could be the template that I am using since when I look at the code in firebug I can not find the class named title or in the style css which is called within the page.php file.
Major what to do next now I guess!
Here is the url to my testing site:
diananashif.comOn the top banner the title of simple is the only one I want to change.
Forum: Fixing WordPress
In reply to: css to change h3 titles on only one page?Here it is Pete, the post I want to change is on the top banner 4th position title Simple.
Thanks for looking at this. WordPress newbie unfortunately.
Forum: Fixing WordPress
In reply to: css to change post title color on one pageHummmm, well I downloaded Firebug and yes it shows information, but I use Dreamwearver CS5 and understand the CSS hierarchy. However, I am still learning WordPress and templates. Don’t know how to make changes to a single page title using firebug either.
Any other suggestions for me?
Forum: Fixing WordPress
In reply to: css to change h3 titles on only one page?I have tried your suggestion every which way to change the post title text on one page with no luck. Here is the line of code I am working with that changes all 4 of my banner posts.
‘#widget-header div#top-banners ul li.cycle a h3 {
font-family:Arial, Helvetica, sans-serif;
font-size: 36px;
font-weight:bold;
text-transform:uppercase;
margin-bottom:0px;
letter-spacing:-1px;
}’
Here is one change I have tried:
‘.post-id-61 #widget-header div#top-banners ul li.cycle a h3 { color:#330099; }’Can you give me some suggestions on how to do this in my situation?
Thank you so much,
DianaForum: Fixing WordPress
In reply to: Blog categories in sidebar nav go to a 404 pageUpdate………..after numerous tries, finally changing the permalinks back to a “pretty link” structure took. WP is so quirky!!!
Forum: Fixing WordPress
In reply to: Media Uploader problems still…..please help!Thankyou, I will do that right now.