Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Customising the CMS /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

editing typography.css


Go to End


2 Posts   1696 Views

Avatar
servalman

Community Member, 211 Posts

7 October 2009 at 3:42am

Edited: 07/10/2009 4:26am

Hello

Things works but you can not see it in the wysiwyg editor

I'm trying to edit the Typography.css file and it is working exept for this :

I want people to be able to add an image on the right side of a titlle so I did this :

but I can't see changes in the wysiwyg

.typography h3 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #222;
margin: 0 0 18px 0;
font-weight: 300;
clear: both;
font-size: 18px;
background: white url(../images/side_menu_black_rectangle.gif) no-repeat right center;
}

Thanks a lot

Avatar
dalesaurus

Community Member, 283 Posts

8 October 2009 at 4:43pm

Well the wiki is a bit sparse, but you can see that you need to be creating AND overriding both typography.css and editor.css in order to see them both on the site and the WYSIWYG.

http://doc.silverstripe.org/doku.php?id=typography

This task doesn't look like fun...