Title: v2.2.5 &#8211; shortcode [highlight] does not work
Last modified: August 31, 2016

---

# v2.2.5 – shortcode [highlight] does not work

 *  Resolved [weyck](https://wordpress.org/support/users/weyck/)
 * (@weyck)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/v225-shortcode-highlight-does-not-work/)
 * I love the theme Hueman and use the version 2.2.5, downloaded from gridhub (so
   i think, fullfeatured).
 * Now i want to use the shortcode highlight for the first time. But as a result
   i only see “dotted lines”. Other shortcodes like dropcap and columns work fine.
   
   Please have a look at [http://www.amsterdamer-kroepfer.de/musterbeschreibung-amsterdamer-kroepfer/](http://www.amsterdamer-kroepfer.de/musterbeschreibung-amsterdamer-kroepfer/)
 * Thanks for your support!

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

 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/v225-shortcode-highlight-does-not-work/#post-7135497)
 * Hi weyck. What you’re seeing is the default theme CSS style:
 *     ```
       /*  shortcode : highlights
       /* ------------------------------------ */
       .highlight { color: #222; border-bottom: 1px dotted #222; }
       ```
   
 * If you wanted to change it to appear more like a yellow highlight, you could 
   add this to your custom css:
 *     ```
       .highlight {
           border-bottom: none;
           background: #ff0;
       }
       ```
   
 *  Thread Starter [weyck](https://wordpress.org/support/users/weyck/)
 * (@weyck)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/v225-shortcode-highlight-does-not-work/#post-7135647)
 * Thanks (again!)
    That was my fault, i suspected another Layout behind [highlights]
   Now it works fine.
 * But please, another question:
 * This Theme HUEMAN supports a CSS Design for “tables”…I want to use this Layout
   for my tables, as a default. But for one special table i want to use another 
   layout. Can you tell me how to? Like “table_special1”?
    Thanks!
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/v225-shortcode-highlight-does-not-work/#post-7135652)
 * That’s a different question not really related to this topic. It would be best
   if you start a new topic so other users will be able to find the issue (and hopefully
   the fix) by the topic title. If you don’t have any further questions on this 
   topic please mark it as Resolved. Thanks.
 *  Thread Starter [weyck](https://wordpress.org/support/users/weyck/)
 * (@weyck)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/v225-shortcode-highlight-does-not-work/#post-7135662)
 * OK. Thanks again.

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

The topic ‘v2.2.5 – shortcode [highlight] does not work’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

## Tags

 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 4 replies
 * 2 participants
 * Last reply from: [weyck](https://wordpress.org/support/users/weyck/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/v225-shortcode-highlight-does-not-work/#post-7135662)
 * Status: resolved