Title: nirwakingapp's Replies | WordPress.org

---

# nirwakingapp

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Builder by SiteOrigin] White Space](https://wordpress.org/support/topic/white-space-42/)
 *  [nirwakingapp](https://wordpress.org/support/users/nirwakingapp/)
 * (@nirwakingapp)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/white-space-42/#post-9405408)
 * Hi
 * I encountered the same issues
    What solved it in my case (narrowed the white 
   space) was to install “super simple custom CSS” It adds a CSS space to every 
   page. I then added
 *     ```
       .page-id-768 .page-wrap .content-wrapper {
       padding:0
       }
       ```
   
 * change the ID to the ID of your page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Builder by SiteOrigin] Can’t change font size and text colour settings in a Text Editor](https://wordpress.org/support/topic/cant-change-font-size-and-text-colour-settings-in-a-text-editor/)
 *  [nirwakingapp](https://wordpress.org/support/users/nirwakingapp/)
 * (@nirwakingapp)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/cant-change-font-size-and-text-colour-settings-in-a-text-editor/#post-9385465)
 * Hi, could you please share with me which plugin are you using to have the font
   sizes (I use a plugin but many of the font sizes I’m lacking)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Builder by SiteOrigin] menu background color](https://wordpress.org/support/topic/menu-background-color-7/)
 *  Thread Starter [nirwakingapp](https://wordpress.org/support/users/nirwakingapp/)
 * (@nirwakingapp)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/menu-background-color-7/#post-9348956)
 * fair enough.
    thank you but for the protocol if someone else reads this. the 
   solution came down to a CSS in the ‘Aditional CSS’ area (using Sydney)
 * ‘
    .site-header.fixed { position: fixed; background-color: rgba(); height: ; 
   padding: ; }’
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Builder by SiteOrigin] Can I apply the Read More tag also to pages, or only posts?](https://wordpress.org/support/topic/can-i-apply-the-read-more-tag-also-to-pages-or-only-posts/)
 *  Thread Starter [nirwakingapp](https://wordpress.org/support/users/nirwakingapp/)
 * (@nirwakingapp)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/can-i-apply-the-read-more-tag-also-to-pages-or-only-posts/#post-9348862)
 * thank you,
    I have also tried it on Posts for the same no result.
 * can you please let me know where does it work and if you know anything that can
   create this effect that is not ‘hard coding’ (typing ‘[Read More]’ and making
   it a link that is)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] TablePress link color](https://wordpress.org/support/topic/tablepress-link-color/)
 *  Thread Starter [nirwakingapp](https://wordpress.org/support/users/nirwakingapp/)
 * (@nirwakingapp)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/tablepress-link-color/#post-9095958)
 * thank you,
    we can close this ticket
 * p.s – rated
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] TablePress link color](https://wordpress.org/support/topic/tablepress-link-color/)
 *  Thread Starter [nirwakingapp](https://wordpress.org/support/users/nirwakingapp/)
 * (@nirwakingapp)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/tablepress-link-color/#post-9093496)
 * bingo!
    works like charm
 * what’s the ‘th a’ part means?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] TablePress link color](https://wordpress.org/support/topic/tablepress-link-color/)
 *  Thread Starter [nirwakingapp](https://wordpress.org/support/users/nirwakingapp/)
 * (@nirwakingapp)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/tablepress-link-color/#post-9092312)
 * thank you.
    however, unfortunately, your CSS did not do any difference (resolved
   message was marked by error).
 * I’m attaching some images of the problem i’m encountering so it may be clearer
   
   not hovering [https://www.dropbox.com/s/2emxsnatyyvve1x/Screenshot%202017-05-03%2013.33.28.png?dl=0](https://www.dropbox.com/s/2emxsnatyyvve1x/Screenshot%202017-05-03%2013.33.28.png?dl=0)
 * hovering
    [https://www.dropbox.com/s/cb7k5ed0cpinoma/Screenshot%202017-05-03%2013.33.30.png?dl=0](https://www.dropbox.com/s/cb7k5ed0cpinoma/Screenshot%202017-05-03%2013.33.30.png?dl=0)
 * I want to change the not hovering color from orange to white #ffffff
 * the CSS I already implemented is this (last line was the code you recommended)
 *     ```
       /* Header and footer */
       .tablepress thead th,
       .tablepress tfoot th {
       	color: #ffffff !important;
       	background-color: #f07423;
       }
   
       /* header only*/
       .tablepress thead th {
       	font-size: 24px;
       }
   
       /* body font size and color*/
       .tablepress-id-1 tbody td {
       	font-family: Open-Sans;
       	font-size: 20px;
       	color: #000000;
       }
   
       .tablepress td a {
       	color: #ffffff;
       }
       ```
   
 * edit:
    a bit of impovising, i managed to make it work if i changed it to
 *     ```
       .tablepress tfoot a {
       	color: #ffffff;
       }
       ```
   
 * but I did want it to turn gray upon hovering and now it is gone as well
 * both hovered and unhovered
    [https://www.dropbox.com/s/azeavel5cyhabz5/Screenshot%202017-05-03%2013.44.33.png?dl=0](https://www.dropbox.com/s/azeavel5cyhabz5/Screenshot%202017-05-03%2013.44.33.png?dl=0)
    -  This reply was modified 9 years, 1 month ago by [nirwakingapp](https://wordpress.org/support/users/nirwakingapp/).
    -  This reply was modified 9 years, 1 month ago by [nirwakingapp](https://wordpress.org/support/users/nirwakingapp/).
    -  This reply was modified 9 years, 1 month ago by [nirwakingapp](https://wordpress.org/support/users/nirwakingapp/).
    -  This reply was modified 9 years, 1 month ago by [nirwakingapp](https://wordpress.org/support/users/nirwakingapp/).
    -  This reply was modified 9 years, 1 month ago by [nirwakingapp](https://wordpress.org/support/users/nirwakingapp/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] TablePress link color](https://wordpress.org/support/topic/tablepress-link-color/)
 *  Thread Starter [nirwakingapp](https://wordpress.org/support/users/nirwakingapp/)
 * (@nirwakingapp)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/tablepress-link-color/#post-9092309)
 * posted by mistake
    -  This reply was modified 9 years, 1 month ago by [nirwakingapp](https://wordpress.org/support/users/nirwakingapp/).

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