PulseCMS and font families/sizes

Hi I am a bit baffled by this. I have a site using Pulsepro. The galleries CSS I have fathomed with the help of Tim and Marcel in an earlier thread. Now I want to have control over the font and font size in a block. Its CSS that much I know. I can write the rule but placing it on the site is where I am lost as changing CSS in the pulse folder had no affect on the site (but it did on the back end in the CKEditor) Is it an external style sheet (as with WebYep) and do I need that action? Or just stick the rule in a mark up item before head? And what effect will it have on the rest of the site if I do this?

I am using a google web font - can this also be applied to a Puse Block?

Thanks in advance - Richard


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You can target a specific div with a font style by creating a Tag style in FW

ie

#mypulsedivname  {
font-color:#000;
font-weight:normal;
}

This will target all text in that div though and I am sure you can probably use a google web font with this method with a bit more jiggery pokery.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thank you David. I got there, even with the Google fonts (font-family, font-weight in the extended box).
Did not realise at first I had to put the # at the front of the Tag.
Better write all this down before it goes out of my head!

Best wishes Richard


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options