• How do I remove the border from the images for Catablog as the writing is too close to the border for the image?

Viewing 1 replies (of 1 total)
  • Plugin Author macguru2000

    (@macguru2000)

    Hi Alavery,

    I believe that you will be able to fix the borders with CSS, add an overriding css class to your theme’s styles.css files. Here is an example

    .catablog-image {
      border: 0 none;
    }

    good luck and let me know if that helped.

    – Zach

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: CataBlog] Border on Images’ is closed to new replies.