Announcement

Collapse
No announcement yet.

HOW TO Permanently Change CSS

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    HOW TO Permanently Change CSS

    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.

    #2
    how are you doing it at the mo?

    Comment


      #3
      I took the ORIGINAL stylesheet edited it accordingly and overwrote the various css in the following folders Sites/SiteBackups/SiteUpgrade and there may have been another folder. When I update the site it reverts back to the original.

      Comment


        #4
        Change it in the design pane

        Comment


          #5
          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


            #6
            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


              #7
              Well unfortunately that is not the easiest way to work on it. Do this:
              1. Select the design tab.
              2. Select Actinic Stylesheet in the dropdown box.


              *plays music like a magician is making a rabbit appear*

              and thats it, you are into the stylesheet. Just as Mal said 6 hours ago.

              Comment


                #8
                Just as Mal said 6 hours ago
                I wonder why I bother sometimes

                Comment


                  #9
                  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


                    #10
                    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


                      #11
                      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


                        #12
                        Go It!!

                        Hello all I finally grasped what is actually so simple. Thanks to all that posted.

                        Comment


                          #13
                          Hello all I finally grasped what is actually so simple
                          There are lots of simple things in Actinic the trouble is there are tooooo many and we all try the hard way first!!!

                          Comment


                            #14
                            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'.
                            Such a cool addition!!

                            Comment


                              #15
                              It is a great addition, however it is incomplete as it doesn't reference nested CSS or whatever the buzz word to call it is. If that is sorted out then it will be fantastic.

                              Comment

                              Working...
                              X