Title: css style
Last modified: August 21, 2016

---

# css style

 *  [dalex1983](https://wordpress.org/support/users/dalex1983/)
 * (@dalex1983)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/css-style-7/)
 * Hi,
 * I have problems changing the styles. I’ve added a class bawmrp_manual in the 
   css but nothing happens. I’ve tryied with just bawmrp class still nothing.
 * Any ideas?
 * Thanks
 * [http://wordpress.org/extend/plugins/baw-manual-related-posts/](http://wordpress.org/extend/plugins/baw-manual-related-posts/)

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

 *  [aguett](https://wordpress.org/support/users/aguett/)
 * (@aguett)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/css-style-7/#post-3881866)
 * The style is unfortunately hardcoded in the plugin, so you need to edit :
 * frontend-noajax.inc.php
 * And what you probably want to edit is this line :
 *     ```
       $style = apply_filters( 'bawmrp_li_style', 'float:left;width:120px;height:250px;overflow:hidden;list-style:none;border-right: 1px solid #ccc;text-align:center;padding:0px 5px;' );
       ```
   
 *  [Tripologist](https://wordpress.org/support/users/tripologist/)
 * (@tripologist)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/css-style-7/#post-3881913)
 * I know it’s a bit late, but just for the benefit of others who might stumble 
   across this, I was able to use CSS to style it by adding “!important” after each
   line.
 * I realize that it’s not ideal, but it does work.
 *  [Jason LeMahieu (MadtownLems)](https://wordpress.org/support/users/madtownlems/)
 * (@madtownlems)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/css-style-7/#post-3881914)
 * Suggesting that someone edit a plugin file on a line containing “apply_filters()”
   is a good sign that you’d probably benefit from understanding what filters are
   and what they’re for.
 * That line is specifically written so that you DON’T have to edit the plugin.
 * [http://wordpress.org/plugins/baw-manual-related-posts/faq/](http://wordpress.org/plugins/baw-manual-related-posts/faq/)
 * [http://dev.themeblvd.com/tutorial/filters/](http://dev.themeblvd.com/tutorial/filters/)

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

The topic ‘css style’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/baw-manual-related-posts_fefdfd.svg)
 * [Manual Related Posts](https://wordpress.org/plugins/baw-manual-related-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/baw-manual-related-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/baw-manual-related-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/baw-manual-related-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/baw-manual-related-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/baw-manual-related-posts/reviews/)

 * 3 replies
 * 4 participants
 * Last reply from: [Jason LeMahieu (MadtownLems)](https://wordpress.org/support/users/madtownlems/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/css-style-7/#post-3881914)
 * Status: not resolved