No, it keeps making the post titles black italic and I want regular text and the same color as the body text.
Look at http://coloradoprocessservers.net/blog.html
Melissa Brookstone
Author of the book, "The Planetary Bill of Rights Project"
at Amazon.com http://tinyurl.com/45wbn6v
Using VSD at:
http://www.PlanetaryBillOfRights.org/
Using HTML Editor to maintain and edit
Denver Process Servers LLC
http://DenverProcessServers.net/
Look at http://coloradoprocessservers.net/blog.html
Melissa Brookstone
Author of the book, "The Planetary Bill of Rights Project"
at Amazon.com http://tinyurl.com/45wbn6v
Using VSD at:
http://www.PlanetaryBillOfRights.org/
Using HTML Editor to maintain and edit
Denver Process Servers LLC
http://DenverProcessServers.net/
I gave up trying too Melissa, I can't get it to work either, tried for days and finally gave up. Now when we post we just open the post on the server to edit it, highlight all the text and change it to the proper color/font and be done with it lol. Pain in the arse, but it's a worse pain trying to get them settings to work.
Hopefully someone from CC is watching this thread and seeing how much of a problem the settings are causing us.
Jo Ann
http://lbwebsites.com - Affordable Web Design & Hosting
http://cattownrescue.org ... Love this site! Love cats! This site was definitely fun to do
http://northbaldwinliteracycouncil.org .... Our local Literacy Council
Hopefully someone from CC is watching this thread and seeing how much of a problem the settings are causing us.
http://lbwebsites.com - Affordable Web Design & Hosting
http://cattownrescue.org ... Love this site! Love cats! This site was definitely fun to do
http://northbaldwinliteracycouncil.org .... Our local Literacy Council
Thanks Jo Ann. Yeah, it appears to be dueling css files. If you hit reload on our blog page, you can see it happening. It starts up one way, flickers and changes to the other wrong way.
Is there a S-drive feedback / wish list where this thread can be referred to?
Melissa Brookstone
Author of the book, "The Planetary Bill of Rights Project"
at Amazon.com http://tinyurl.com/45wbn6v
Using VSD at:
http://www.PlanetaryBillOfRights.org/
Using HTML Editor to maintain and edit
Denver Process Servers LLC
http://DenverProcessServers.net/
Is there a S-drive feedback / wish list where this thread can be referred to?
Melissa Brookstone
Author of the book, "The Planetary Bill of Rights Project"
at Amazon.com http://tinyurl.com/45wbn6v
Using VSD at:
http://www.PlanetaryBillOfRights.org/
Using HTML Editor to maintain and edit
Denver Process Servers LLC
http://DenverProcessServers.net/
Try changing this on the S-Drive stream CSS...
It seems the S-Drive stream is competing with itself. Because the stream title is an h3 and a link this would effect it as well. "An Apple doth not fall far from its tree, yet an orange does."
http://lbwebsites.com - Web-Design & Hosting.
http://helpsite.sirage.com - HTML5, CSS3 and CC Help Video Blog.
http://www.sirage.com - Personal Site.
http://www.aveofluv.com - Wedding Site.
#sdrive-stream-container a {
color: #000000; <<<<<<<<Change this to color:blue;
}
color: #000000; <<<<<<<<Change this to color:blue;
}
It seems the S-Drive stream is competing with itself. Because the stream title is an h3 and a link this would effect it as well. "An Apple doth not fall far from its tree, yet an orange does."
http://lbwebsites.com - Web-Design & Hosting.
http://helpsite.sirage.com - HTML5, CSS3 and CC Help Video Blog.
http://www.sirage.com - Personal Site.
http://www.aveofluv.com - Wedding Site.
SirAGE wrote:
Try changing this on the S-Drive stream CSS...
It seems the S-Drive stream is competing with itself. Because the stream title is an h3 and a link this would effect it as well.
Try changing this on the S-Drive stream CSS...
#sdrive-stream-container a {
color: #000000; <<<<<<<<Change this to color:blue;
}
color: #000000; <<<<<<<<Change this to color:blue;
}
It seems the S-Drive stream is competing with itself. Because the stream title is an h3 and a link this would effect it as well.
Well that color change looks like it worked, thanks Adam.
I just don't see where it's picking up H3 in my css for the titles. If I did, I could change them to H4, which is non-italic. Melissa Brookstone
Author of the book, "The Planetary Bill of Rights Project"
at Amazon.com http://tinyurl.com/45wbn6v
Using VSD at:
http://www.PlanetaryBillOfRights.org/
Using HTML Editor to maintain and edit
Denver Process Servers LLC
http://DenverProcessServers.net/
h3 {
font-size: 14px;
font-style: italic; <Remove this.
font-weight: bold;
}
font-size: 14px;
font-style: italic; <Remove this.
font-weight: bold;
}
This is in the CSS of your site... Not S-Drive. Check your style.css and remove the font-style. "An Apple doth not fall far from its tree, yet an orange does."
http://lbwebsites.com - Web-Design & Hosting.
http://helpsite.sirage.com - HTML5, CSS3 and CC Help Video Blog.
http://www.sirage.com - Personal Site.
http://www.aveofluv.com - Wedding Site.
SirAGE wrote:
This is in the CSS of your site... Not S-Drive. Check your style.css and remove the font-style.
h3 {
font-size: 14px;
font-style: italic; <Remove this.
font-weight: bold;
}
font-size: 14px;
font-style: italic; <Remove this.
font-weight: bold;
}
This is in the CSS of your site... Not S-Drive. Check your style.css and remove the font-style.
That might solve the S-drive blog problem, but h3 is being used on the site.
I need to get the S-drive blog to use something else for the title font, and don't see any way to do that. Melissa Brookstone
Author of the book, "The Planetary Bill of Rights Project"
at Amazon.com http://tinyurl.com/45wbn6v
Using VSD at:
http://www.PlanetaryBillOfRights.org/
Using HTML Editor to maintain and edit
Denver Process Servers LLC
http://DenverProcessServers.net/
That you can not do. It is hard coded into the Stream. From what I have seen, you can only edit the CSS. Not the HTML.
"An Apple doth not fall far from its tree, yet an orange does."
http://lbwebsites.com - Web-Design & Hosting.
http://helpsite.sirage.com - HTML5, CSS3 and CC Help Video Blog.
http://www.sirage.com - Personal Site.
http://www.aveofluv.com - Wedding Site.
"An Apple doth not fall far from its tree, yet an orange does."
http://lbwebsites.com - Web-Design & Hosting.
http://helpsite.sirage.com - HTML5, CSS3 and CC Help Video Blog.
http://www.sirage.com - Personal Site.
http://www.aveofluv.com - Wedding Site.
But the Stream css doesn't define my blog title fonts. This seems circular, does it not?
If my blog title fonts are determined by h3 in my own page's css, then I'm going to have to reassign all the h3 fonts on my pages, in order to control the blog title fonts, which makes no sense.
Doesn't there need to be control over the Stream blog title fonts in the Stream css instead?
Melissa Brookstone
Author of the book, "The Planetary Bill of Rights Project"
at Amazon.com http://tinyurl.com/45wbn6v
Using VSD at:
http://www.PlanetaryBillOfRights.org/
Using HTML Editor to maintain and edit
Denver Process Servers LLC
http://DenverProcessServers.net/
If my blog title fonts are determined by h3 in my own page's css, then I'm going to have to reassign all the h3 fonts on my pages, in order to control the blog title fonts, which makes no sense.
Doesn't there need to be control over the Stream blog title fonts in the Stream css instead?
Melissa Brookstone
Author of the book, "The Planetary Bill of Rights Project"
at Amazon.com http://tinyurl.com/45wbn6v
Using VSD at:
http://www.PlanetaryBillOfRights.org/
Using HTML Editor to maintain and edit
Denver Process Servers LLC
http://DenverProcessServers.net/
Melissa Brookstone wrote:
But the Stream css doesn't define my blog title fonts. This seems circular, does it not?
But the Stream css doesn't define my blog title fonts. This seems circular, does it not?
I do not see it as circular. As it is a embedded blog inside your site. So the CSS for the blog and the CSS for your page are both being referenced.
If my blog title fonts are determined by h3 in my own page's css, then I'm going to have to reassign all the h3 fonts on my pages, in order to control the blog title fonts, which makes no sense.
You do not have to redesign everything in the pages. You could just change the h3's in your CSS to have a parent selector to specify which H3's are effected. So, aside h3 {color:blue} or nameofthisdiv h3 {color:green} and so on. You should not have to change the HTML at all for this, just the CSS.
Doesn't there need to be control over the Stream blog title fonts in the Stream css instead?
There is a CSS rule for the Stream blog titles in the Stream CSS. And it is being referenced. But at this moment, your page CSS is also telling the titles to be italic. Which you can try to make the changes I suggested to correct this if you really wanted too. But I see it as too much work for such a small thing that is really not effecting anything.
"An Apple doth not fall far from its tree, yet an orange does."
http://lbwebsites.com - Web-Design & Hosting.
http://helpsite.sirage.com - HTML5, CSS3 and CC Help Video Blog.
http://www.sirage.com - Personal Site.
http://www.aveofluv.com - Wedding Site.
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.