Title: wordpress_quest's Replies | WordPress.org

---

# wordpress_quest

  [  ](https://wordpress.org/support/users/wordpress_quest/)

 *   [Profile](https://wordpress.org/support/users/wordpress_quest/)
 *   [Topics Started](https://wordpress.org/support/users/wordpress_quest/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wordpress_quest/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wordpress_quest/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wordpress_quest/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wordpress_quest/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wordpress_quest/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Table Reloaded] [Plugin: WP-Table Reloaded] wp table reloaded make one row an intermediate table head th](https://wordpress.org/support/topic/plugin-wp-table-reloaded-wp-table-reloaded-make-one-row-an-intermediate-table-head-th/)
 *  Thread Starter [wordpress_quest](https://wordpress.org/support/users/wordpress_quest/)
 * (@wordpress_quest)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-wp-table-reloaded-make-one-row-an-intermediate-table-head-th/#post-1709640)
 * Ah ok, too bad. Thanks for your answer. Because I really do want everything in
   one table I decided to create one separate ‘highlight’ class in my theme’s css:
 *     ```
       .table_highlight {
           width: 300px;
           margin: 0 auto;
           font-weight: bold;
           background-color: #FFFFE0;
           border-top: 1px solid #E6DA55;
           border-bottom: 1px solid #E6DA55;
           text-align: center;
       }
       ```
   
 * …and apply that directly to the content of the cell when creating the table (
   by <div class=’table_highlight’>cell content</div> ). Works almost perfect 😛
   In fact, if I would remove the standard padding on table cells I probably could
   make it display exactly as the header.
 * Anyway, thanks again for thinking with me!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [how to get breadcrumbs in garland theme](https://wordpress.org/support/topic/how-to-get-breadcrumbs-in-garland-theme/)
 *  Thread Starter [wordpress_quest](https://wordpress.org/support/users/wordpress_quest/)
 * (@wordpress_quest)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/how-to-get-breadcrumbs-in-garland-theme/#post-1706649)
 * Thanks Ryan, works like a charm. Little bit of css tweaking and it looks almost
   the same. For those finding this topic later on, here are the steps I did:
    1. install the plugin (can be done within wordpress admin section)
    2. add php code (see plugin page) to header.php (just before <div class=”node”>)
    3. add breadcrumbs id to the css to position and color it, eg:
 *     ```
       #breadcrumbs {
         color: #2C5986;
         margin-top: -44px;
       }
       ```
   
 * Done 🙂

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