I have learned how to insert HTML tags to control formatting in an individual styled text field. Works great. However, how would you put those tags into the CSS script for a given theme so that it becomes the default formatting for all new styled text pages that are added? What would be the precise selectors which unlocks control of font, size, alignment, etc. I'm currently using the Baukraft theme.
Comments
In order to modify a Theme's base CSS stylesheet, you would have to edit the Theme's content package. If you didn't add the same 'HTML' tags to your Styled Text every time then the CSS additions wouldn't make a difference.
Also, once you start to modify a Theme's content package typically support from the Dev of that Theme goes out the window - in this case that would be RMS.
This is why RW has a Custom CSS panel in the Page Inspector. So that you can add your own CSS styling without damaging the Theme itself.
FreeStack Theme
MacSupportCasts
{ old forum post count = 6128 }
FreeStack Theme
MacSupportCasts
{ old forum post count = 6128 }
Only if you create your own 'custom' stylesheet and 'link' it to the Project.
FreeStack Theme
MacSupportCasts
{ old forum post count = 6128 }
It might be easiest to offer you a more detailed answer if we knew what sort of HTML tags you are adding. If you are just changing the font-size (as an example) for the entire page, a simple tweak to the duplicated theme's built-in styles.css sheet might do the trick. Exactly what properties are you changing via css?
After reading your post ore carefully, I saw an example of what you are trying to change. You could add this to the end of the Styles.css sheet. However, this will also apply to pages other than Styled text pages:
#content{ color:red; font-size:16px!important; font-weight:bold; text-align:left; }Brian
Get some of the coolest, most eye-catching stacks available.
Add the "wow-factor" your site deserves!