Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author jamiechong

    (@jamiechong)

    Ian – it’s too bad your theme doesn’t handle this well. Without a link to your site, I can’t give you specific instructions.

    However for starters you will need to add some of your own custom CSS. Your theme sometimes has a place to do this, otherwise search for a plugin that lets you do this. Then you’d just need to add one or two CSS rules to reposition the sale tag.

    Thread Starter Ian Worthington

    (@ian-worthington)

    My theme creator (Enfold) sent me some suggestions. For other folks who might stumble across this, parameters of interest are:

    #top .onsale {
    top: -325px;
    right: 229px;
    background: white !important;
    color: red;
    }

    #top .single-product-main-image .onsale {
    right: 537px;
    top: -41px;
    background: red !important;
    color: white;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Location of tag’ is closed to new replies.