Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter larckco

    (@larckco)

    Well, that was it. Added featured images to each page and they started showing up. Only problem now is a yellow less than sign on each of the products.

    Plugin Author Ajay

    (@ajay)

    The yellow sign is actually from the theme’s CSS. Bit of a shot in the dark here, but can you try this code in the custom styles box in the settings page

    .crp_related li {
      background: none !important;
      padding: 6px !important;
    }
    .crp_related li:before {
      background: none !important;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't Seem To Find Images In A Gallery’ is closed to new replies.