Announcement

Collapse
No announcement yet.

Where are my text css styles?

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

    Where are my text css styles?

    I want to change my global css styles for text on my website, but I can't remember where to enter/edit that in the Merchant admin.

    Here's a sample page:
    http://www.storesmart.com/Merchant2/...ravel-passport

    I can see the code below the meta data and above the global header, but I can't figure out where that is in the admin.

    Thanks for any help with this!
    -Doug
    Doug
    Using Miva Merchant since 2004
    StoreSMART.com

    #2
    Re: Where are my text css styles?

    Okay, I found it under Head/Body Tags.
    Doug
    Using Miva Merchant since 2004
    StoreSMART.com

    Comment


      #3
      Re: Where are my text css styles?

      If you put all of that formatting into a CSS file along with the styles that are throughout your page, you'll find it much easier to deal with, as well as making your site load faster. Also, getting all that Javascript cleaned up and in an external file will do the same.

      Finally, I wanted to point out your code. You have about 4 opening and closing body tags as well as multitudes of other meta tags throughout your code. It looks like you are copying/pasting entire HTML documents into that one HTML page. When you are copying from one HTML document and pasting into another HTML document, only include the content inside the body tags.
      Jamie Donaldson
      JSDVS Web Design / Development
      Web Design | Web Development | E-commerce Design & Integration

      Comment

      Working...
      X