Announcement

Collapse
No announcement yet.

A wee kwestion

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

    A wee kwestion

    I understand i can change the fonts on certain pagges using classes in css

    but where do i place the class wrapped text ie <span........... to alter text in my checkout page??

    i need the "tick box for different delivery address" text bolder and maybe in red

    i cant see anywhere in site options to do this, like i can with header and footer text

    #2
    Go into design mode in your actinic and then within the drop down top left, select the checkout pages, cart pages and the like, which when you click on the area you want to change (ensuring you are in code view at the bottom), then you will locate each respective area.

    Comment


      #3
      Originally posted by Support@Techno-
      Go into design mode in your actinic and then within the drop down top left, select the checkout pages, cart pages and the like, which when you click on the area you want to change (ensuring you are in code view at the bottom), then you will locate each respective area.

      sorry about this but i dont have a dropdown at the top left

      all thats listed in my design view content tree are my catalogue pages

      Comment


        #4
        Originally posted by maccamason
        sorry about this but i dont have a dropdown at the top left

        all thats listed in my design view content tree are my catalogue pages

        i apolgise i just found it

        thanks for your help

        Comment


          #5
          No worries

          Comment


            #6
            Originally posted by Support@Techno-
            No worries
            how do i re arrange my site layout without changing my theme

            Comment


              #7
              Learn html and css is the best way to get an understanding of what you are doing and more importantly why. Thousands of tutorials available free online would be the best starting point.

              Once you understand that part of it, you can easily understand how things come together and change things to your hearts content. In fact once you get to a certain level, you will not use an actinic theme at all.

              Keep it as simple as possible while you are learning. Progress, test and snapshot along the way, once you start adjusting.

              Comment


                #8
                Originally posted by leehack
                Learn html and css is the best way to get an understanding of what you are doing and more importantly why. Thousands of tutorials available free online would be the best starting point.

                Once you understand that part of it, you can easily understand how things come together and change things to your hearts content. In fact once you get to a certain level, you will not use an actinic theme at all.

                Keep it as simple as possible while you are learning. Progress, test and snapshot along the way, once you start adjusting.

                i know a bit of css and html its just been a while since i done it

                ive added a few classess for certain text and it works but i need to enter it locally i.e. product description i need to enter at the products tab using embed html and <span

                where can i edit this for the whole site, ie all the product descriptions??

                also where do i edit my page layouts??

                Comment


                  #9
                  Originally posted by maccamason
                  i know a bit of css and html its just been a while since i done it

                  ive added a few classess for certain text and it works but i need to enter it locally i.e. product description i need to enter at the products tab using embed html and <span

                  where can i edit this for the whole site, ie all the product descriptions??

                  also where do i edit my page layouts??

                  I see in the design tree i lists all the variables, can i edit these ie

                  <actinic:variable name="ProductDescription" />
                  <actinic:variable name="ExtendedInformationLinks" />

                  would this universally change my product description settings

                  Comment

                  Working...
                  X