Title: Border around formulas
Last modified: August 30, 2016

---

# Border around formulas

 *  Resolved [Hirshy](https://wordpress.org/support/users/hirshy/)
 * (@hirshy)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/border-around-formulas/)
 * Hi,
 * I’m trying to setup a new site and I’d like to use your plugin. Right now I’m
   in the process of just fooling around and trying stuff out, that I’d like to 
   include some time in the future.
 * I seem to get some (imo ugly) borders around the pictures created by your plugin.
   Any chance you know how to fix that?
 * [http://markus-und-sarah.de/](http://markus-und-sarah.de/)
 * [https://wordpress.org/plugins/wp-quicklatex/](https://wordpress.org/plugins/wp-quicklatex/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [advanpix](https://wordpress.org/support/users/advanpix/)
 * (@advanpix)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/border-around-formulas/#post-6353398)
 * Hi,
 * The border has nothing to do with plugin :).
 * The theme on your site is pretty aggressive, as it forces its own CSS styles 
   on all images, ignoring co-existing plugins.
 * To fix this, please comment out lines 366 and 367 in the following file:
    [http://markus-und-sarah.de/wp-content/themes/twentytwelve/style.css](http://markus-und-sarah.de/wp-content/themes/twentytwelve/style.css)
 * Here is corresponding code:
 * Now:
 *     ```
       img.wp-post-image {
       	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
       	border-radius: 3px;
       	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
       }
       ```
   
 * Change to:
 *     ```
       img.wp-post-image {
       	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
       	/* border-radius: 3px; */
       	/* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); */
       }
       ```
   
 *  Thread Starter [Hirshy](https://wordpress.org/support/users/hirshy/)
 * (@hirshy)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/border-around-formulas/#post-6353403)
 * And done. Awesome, thanks!
 *  Plugin Author [advanpix](https://wordpress.org/support/users/advanpix/)
 * (@advanpix)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/border-around-formulas/#post-6353510)
 * Great. If you like the plugin (or support:)) – you can always rate it on plugin
   page: [https://wordpress.org/plugins/wp-quicklatex/](https://wordpress.org/plugins/wp-quicklatex/)
 * 😉

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Border around formulas’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-quicklatex.svg)
 * [WP QuickLaTeX](https://wordpress.org/plugins/wp-quicklatex/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-quicklatex/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-quicklatex/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-quicklatex/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-quicklatex/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-quicklatex/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [advanpix](https://wordpress.org/support/users/advanpix/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/border-around-formulas/#post-6353510)
 * Status: resolved