I have tried everything, short of pulling hair. How do I go about permanently changing the cascading style sheet so that when I update my site it does not revert back to the old code. thanks for any support.
Announcement
Collapse
No announcement yet.
HOW TO Permanently Change CSS
Collapse
X
-
actinic.css is a generated file. It is created from the layout Actinic Stylesheet in Design / Library / Layouts / Web Page Outer Layout. Make your changes there.
You can also get to it via the Design tab / Select Page Type.Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
-
O.K I went to Design / Library / Layouts / Web Page Outer Layout then poked around until I got frustrated again. All I simply want to do is change the header color in the Executive Theme where the company logo is from 333333 to 000000 and the footer text urls Contact Us|Privacy Policy|Terms & Conds from cccccc to 7C99E2
Comment
-
O.K. call me thickheaded however when go to select page type then select actinic stylesheet I get the following code with no ability to change the values. What am I doing wrong or what should I be doing.
/* begin general styles for all themes */
html,body {
margin: 0px;
padding: 0px;
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsBackgroundColor%22%20%2f%3e%20%3d%3d%20True">
background-color:<actinic:variable name="BGColor"/>;
</actinic:block>
Comment
-
In the Design tab there should be 2 big windows one below trhe other. Page Preview (you can't change this) and Layout Code (where you make changes). If you don't see these, click Window and choose Restore Initial View Layout.
Alternatively, use my way (Design / Library / Layouts / Web Page Outer Layout / Actinic Stylesheet), where you can see the effects of changes you make every time you click Apply.Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
-
And everyone is missing the feature added in v8.5 - right click on any css class name in the Layout code pane and select 'Lookup in Actinic Stylesheet'.
Opens the editor Norman is promoting (which allows you to keep the stylesheet open and see change effects in the preview every time you click apply) with the class you 'looked up' highlighted. What could be easier.Bill
www.egyptianwonders.co.uk…
Text directoryWorldwide Actinic(TM) shops
BC Ness Solutions Support services, custom software
Registered Microsoft™ Partner (ISV)
VoIP UK: 0131 208 0605
Located: Alexandria, EGYPT
Comment
Comment