Title: Styling hyperlinks
Last modified: August 30, 2016

---

# Styling hyperlinks

 *  Resolved [morsagmon](https://wordpress.org/support/users/morsagmon/)
 * (@morsagmon)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/styling-hyperlinks-1/)
 * Hi Tobias.
 * I’d like to place links within certain cells in the table and style them, something
   like:
 *     ```
       a.vaccines-menu:link,a.vaccines-menu:visited {
         display:block;
         font-weight:bold;
         ...
       }
   
       a.vaccines-menu:hover,a.vaccines-menu:active {
         background-color:#1066a3;
       }
       ```
   
 * How can I achieve this?
 * Thanks!
    Mor
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/styling-hyperlinks-1/#post-6286628)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * By doing just that 🙂 Add the relevant CSS to the “Custom CSS” textarea. You 
   might want to prepend the `.tablepress-id-123` selector to make sure that only
   those links in a particular table are affected.
 * Regards,
    Tobias
 *  Thread Starter [morsagmon](https://wordpress.org/support/users/morsagmon/)
 * (@morsagmon)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/styling-hyperlinks-1/#post-6286818)
 * Thanks. That’s what I did …
    🙂
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/styling-hyperlinks-1/#post-6286826)
 * Hi,
 * great, good to hear that this worked! 🙂
 * Best wishes,
    Tobias

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

The topic ‘Styling hyperlinks’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [hyperlinks](https://wordpress.org/support/topic-tag/hyperlinks/)
 * [styling](https://wordpress.org/support/topic-tag/styling/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/styling-hyperlinks-1/#post-6286826)
 * Status: resolved