Guest "checkout" report.

Viewing 5 posts - 41 through 45 (of 45 total)
  • Author
    Posts
  • #28400
    Olly
    Admin & Mod

      please use your bowsers element inspector to see applied css declarations

      #28405
      spaulgal
      Participant

        Can you tell me where that shopping cart icon is coded?
        I’ve spent the better part of the day looking for it and now I’m just spinning my wheels.
        Thanks!

        #28406
        Olly
        Admin & Mod

          you lost me. it’s pure css ?!

          
          .wppizza-article-size:after {
          content: "\f174";
          font-family: "dashicons";
          font-size: 120%;
          position: relative;
          top: 2px;
          margin: 0 3px;
          }
          #28407
          Olly
          Admin & Mod

            if using the default theme its
            .wppizza-article-default .wppizza-article-size:after

            if using the grid theme its
            .wppizza-article-grid .wppizza-article-size:after

            etc (reason being that you will be able to have different layouts for different pages if you want)

            there is a min css (wppizza.css) that applies to all and selective overrides depending on layout used

            if you want to overwrite things, copy custom.css as outlined earlier somewhere i believe to your child theme and overwrite it as needs be (or use your theme’s inline css option)

            #28412
            spaulgal
            Participant

              Got it.
              Many thanks.

            Viewing 5 posts - 41 through 45 (of 45 total)
            • The topic ‘Guest "checkout" report.’ is closed to new replies.