Viewing 1 replies (of 1 total)
  • Plugin Author Erin Morelli

    (@erinmorelli)

    Hi Magnus,

    1. This is all something that you can achieve with custom CSS rules. To point you in the right direction, the images that EM Beer Manager displays are handled by the .embm-beer--image > img selector. Targeting that in your CSS file will let you not only adjust the size of the image but position it where you like as well.

    For targeting just the images in the list view, use .embm-beer--list .embm-beer--image > img
    For targeting just the images in the single view, use: .embm-beer .embm-beer--image > img

    2. You can use CSS to hide the style link. Add this to your CSS file:
    .embm-beer .embm-beer--header-style { display: none; }

Viewing 1 replies (of 1 total)
  • The topic ‘question about image size and disable link’ is closed to new replies.