Okay
  Public Ticket #2060497
Banner Display issues
Closed

Comments

  • benrss started the conversation

    I am uploading images and thumbnails to the category edit area. I want the image to show for the category or sub category on the page but not on the banner so press the hide banner tick box. But the banner still shows, This is also the case on other categories and sub categories too. Can somebody please help or guide me through any settings I might have missed. I imagine it is in aki options but have not found anything obvious.

  •  604
    WordPress replied

    Hello,

    I have checked the banner image has been changed. You can check with other breadcrumb types.

    4305639164.png



  • benrss replied

    Thank you, I was looking at the banner removal rather than the breadcrumb background removal. A bit of additional CSS solved the issue.

    .side-breadcrumb { 
    background-image: none !important;
    }

    Thanks again for your time