Announcement

Collapse
No announcement yet.

Changing Executive Theme (sligtly)

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

    Changing Executive Theme (sligtly)

    All I want to do is change the colour of the top band along the top of the layout (currently dark blue) to a darker blue.

    How do I do this?

    John

    #2
    Click on it in the design view and note how it is being styled, then change the style to what you want it as.

    Comment


      #3
      There is a menu (i think in the design menu) for themes. if you go into that choose the exec theme and choose advanced settings, you should then have the option to change the theme colours for different parts of you site. NB if changing the colour you want in the theme settings changes more than just the top band then you will need to look at editing the background color of the page_header layout of the actinic style sheet to something like:

      .page_header {
      background-color: #000066>;
      margin: 0px 0px 0px 0px;
      }

      Hope thhat helps

      Regards
      Jon
      www.designtoplease.co.uk
      www.getmeoutofahole.com
      www.toys4james.co.uk
      Located in Herts

      Comment


        #4
        Thanks guys for both responses.

        J

        Comment


          #5
          Originally posted by Design2Please

          .page_header {
          background-color: #000066>;
          margin: 0px 0px 0px 0px;
          }
          There is a typo in the first line (additional ">" ) and you can shorthand the second

          .page_header {
          background-color: #000066;
          margin: 0px;
          }

          .. you don't have to set the units for the margin but it makes it more readable


          Bikster
          SellerDeck Designs and Responsive Themes

          Comment


            #6
            Hi Jont,

            Cheers for pointing that out. I must have left the final ">" when deleted the actinic variable line and replaced it with a colour.

            Regards

            Jon
            Jon
            www.designtoplease.co.uk
            www.getmeoutofahole.com
            www.toys4james.co.uk
            Located in Herts

            Comment

            Working...
            X