Announcement

Collapse
No announcement yet.

Help in editing the checkout pages?

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

    #16
    It should be in your Site1 folder?

    Comment


      #17
      Originally posted by leehack
      It should be in your Site1 folder?

      its not in there
      oops i just realised this should be in v8

      could a mod move this maybe

      p.s. i have a actinic.css is sitehtml folder??

      Comment


        #18
        Originally posted by jont
        To change globally look in the actinic.css .. this is in the root of the site1 folder. (not the copy inside PreviewHTML).

        This will change all instance of those tags. As mentioned before you could add a new class to the text you need to change by editing the template and wrapping the code between <span> tags eg:

        <span class="myClass">actinic stuff here</span>

        in the actinic.css have soemthing like:

        .myClass {
        font-size: 16px;
        color: red;
        }

        that will then only apply to text wrapped inside a styling of "myClass"

        ive tried this but i dont know where to find where i edit the text oan the checkout pages

        Comment


          #19
          If you have not founrd it as yet.. Design tab, use the 'Select Page Type' drop-down to access the checkout pages.

          Kind regards,
          Bruce King
          SellerDeck

          Comment


            #20
            Bruce - the confusion started as the post was originally in v7 and everyone was answering as such


            Bikster
            SellerDeck Designs and Responsive Themes

            Comment

            Working...
            X