Title: .'s Replies | WordPress.org

---

# .

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 191 total)

1 [2](https://wordpress.org/support/users/techievous/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/techievous/replies/page/3/?output_format=md)…
[11](https://wordpress.org/support/users/techievous/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/techievous/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/techievous/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/techievous/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Alexandria] What is the font used?](https://wordpress.org/support/topic/what-is-the-font-used/)
 *  [.](https://wordpress.org/support/users/techievous/)
 * (@techievous)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/what-is-the-font-used/#post-5465851)
 * The headings uses TitilliumText22L-Medium, you can find them here: [http://www.cufonfonts.com/en/font/437/titillium-text](http://www.cufonfonts.com/en/font/437/titillium-text).
   Scroll down a bit on that page and you’ll find the option for thin, regular, 
   medium, bold, etc.
 * And the body font is NobileRegular [http://www.fontsquirrel.com/fonts/nobile](http://www.fontsquirrel.com/fonts/nobile)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Inkzine] How to get rid of "Title Bar" on my page](https://wordpress.org/support/topic/how-to-get-rid-of-title-bar-on-my-page-1/)
 *  [.](https://wordpress.org/support/users/techievous/)
 * (@techievous)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/how-to-get-rid-of-title-bar-on-my-page-1/#post-5465842)
 * You can add this to the bottom of your custom CSS:
 *     ```
       #title-bar {
           display: none;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sixteen] Align my featured image in the center](https://wordpress.org/support/topic/align-my-featured-image-in-the-center/)
 *  [.](https://wordpress.org/support/users/techievous/)
 * (@techievous)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/align-my-featured-image-in-the-center/#post-5378910)
 * Could you elaborate a little bit more?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sixteen] Align my featured image in the center](https://wordpress.org/support/topic/align-my-featured-image-in-the-center/)
 *  [.](https://wordpress.org/support/users/techievous/)
 * (@techievous)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/align-my-featured-image-in-the-center/#post-5378842)
 * Add this to your custom CSS or child theme CSS:
 *     ```
       .single-post .featured-image-single img {
           display: block;
           margin: 0 auto;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sixteen] Align my featured image in the center](https://wordpress.org/support/topic/align-my-featured-image-in-the-center/)
 *  [.](https://wordpress.org/support/users/techievous/)
 * (@techievous)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/align-my-featured-image-in-the-center/#post-5378834)
 * Link to your site, please?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [css edits are "almost" correct](https://wordpress.org/support/topic/css-edits-are-almost-correct/)
 *  [.](https://wordpress.org/support/users/techievous/)
 * (@techievous)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/css-edits-are-almost-correct/#post-5363018)
 * [Look here as well](http://i.imgur.com/aBy3znq.png), it does work.
 * I look at the CSS there and that code was never added. YOu need to add it to 
   either the child-theme’s CSS or custom CSS.
 * Here’s the instruction to setup a child-theme: [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 * Here’s teh custom CSS plugin:
    - [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/)
    - [Jetpack, WordPress official plugin](https://wordpress.org/plugins/jetpack/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [css edits are "almost" correct](https://wordpress.org/support/topic/css-edits-are-almost-correct/)
 *  [.](https://wordpress.org/support/users/techievous/)
 * (@techievous)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/css-edits-are-almost-correct/#post-5362999)
 * I already posted once while you still had the old code and you completely ignored
   me. Here’s another one for the new code:
 * Keep your current codes as is and copy-paste this to the bottom of your custom
   CSS:
 *     ```
       #mainmenu-container {
           margin-top: 0 !important;
           top: 0 !important;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [css edits are "almost" correct](https://wordpress.org/support/topic/css-edits-are-almost-correct/)
 *  [.](https://wordpress.org/support/users/techievous/)
 * (@techievous)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/css-edits-are-almost-correct/#post-5362967)
 *     ```
       body #mainmenu-container {
           top: 0 !important;
       }
       ```
   
 * Try that.
 * This is what it looks like with that additional line on my computer:
 * [http://i.imgur.com/4XJrjU9.png](http://i.imgur.com/4XJrjU9.png)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Baskerville] center nav menu](https://wordpress.org/support/topic/center-nav-menu-3/)
 *  [.](https://wordpress.org/support/users/techievous/)
 * (@techievous)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/center-nav-menu-3/#post-5355988)
 * Something like this [http://i.imgur.com/m4OJvYy.png](http://i.imgur.com/m4OJvYy.png)?
 * If so, you can copy-paste this into your custom CSS:
 *     ```
       .navigation-inner {
           text-align: center; /* center nav item */
           position: relative; /* keep search in place on right */
       }
   
       .main-menu {
           display: inline-block; /* center nav item */
       }
   
       /* keep search in place on right */
       .search-toggle {
           display: inline-block;
           position: absolute;
           right: 0;
           top: 0;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Godaddy Mark I] menu color transparent, expanding](https://wordpress.org/support/topic/godaddy-mark-i-menu-color-transparent-expanding/)
 *  [.](https://wordpress.org/support/users/techievous/)
 * (@techievous)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/godaddy-mark-i-menu-color-transparent-expanding/#post-5356439)
 * Not sure what you want here. Could you please clarify a bit?
 * If you have to have transparent background for the header navigation, you can
   use this
 *     ```
       .full-width-container #header_nav_container {
           background: none;
       }
       ```
   
 * If you want to control your nav item’s padding, you can use this:
 *     ```
       .main-navigation .nav > li > a {
           padding-top: 20px !important;
           padding-bottom: 20px !important;
           height: auto !important;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Forever] Change color of ONE link in the menu under the header](https://wordpress.org/support/topic/change-color-of-one-link-in-the-menu-under-the-header/)
 *  [.](https://wordpress.org/support/users/techievous/)
 * (@techievous)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/change-color-of-one-link-in-the-menu-under-the-header/#post-5341933)
 * Could you please provide a link to your site and let us which link you want to
   change?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Unable to remove white line from bottom of page](https://wordpress.org/support/topic/unable-to-remove-white-line-from-bottom-of-page/)
 *  [.](https://wordpress.org/support/users/techievous/)
 * (@techievous)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/unable-to-remove-white-line-from-bottom-of-page/#post-5339376)
 * You got a `border-bottom: 1px solid #f6f6f6;` on your `.hentry` class.
 * You can overwrite that with
 *     ```
       .hentry {
           border-bottom: none;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Changing spacing between certain widgets only](https://wordpress.org/support/topic/changing-spacing-between-certain-widgets-only/)
 *  [.](https://wordpress.org/support/users/techievous/)
 * (@techievous)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/changing-spacing-between-certain-widgets-only/#post-5339375)
 * You can do
 *     ```
       aside#image-2 {
           margin-bottom: 0 !important;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hueman] Changing the menu dropdown background color](https://wordpress.org/support/topic/changing-the-menu-dropdown-background-color/)
 *  [.](https://wordpress.org/support/users/techievous/)
 * (@techievous)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/changing-the-menu-dropdown-background-color/#post-5242806)
 * Let me just post the entire set here so you can work on it easier:
 * Mainnav menu item on hover
 *     ```
       #nav-header .nav > li > a:hover, #nav-header .nav > li:hover > a {
            background: #E80055; /* background color */
            color: #D2FF00; /* font color */
       }
       ```
   
 * Mainnav sub-menu
 *     ```
       #nav-header ul.sub-menu {
           background: #000; /* sub-menu background color */
       }
   
       #nav-header ul.sub-menu a {
           color: #FFF; /* sub-menu font color */
       }
   
       #nav-header .sub-menu li > a:hover {
           background: #000; /* sub-menu hover link background color */
           color: #FFF; /* sub-menu hover link font color */
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hueman] Changing the menu dropdown background color](https://wordpress.org/support/topic/changing-the-menu-dropdown-background-color/)
 *  [.](https://wordpress.org/support/users/techievous/)
 * (@techievous)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/changing-the-menu-dropdown-background-color/#post-5242802)
 * Main nav menu-item on hover background:
 *     ```
       #nav-header .nav > li > a:hover, #nav-header .nav > li:hover > a {
            background: #E80055;
       }
       ```
   
 * Change the colors as necessary.
 * You can use it together with teh codes provided earlier to change the sub-menu
   backgrounds to your liking.
 * —
 * **Edit:** I missed a line. Please try again with the updated code.

Viewing 15 replies - 1 through 15 (of 191 total)

1 [2](https://wordpress.org/support/users/techievous/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/techievous/replies/page/3/?output_format=md)…
[11](https://wordpress.org/support/users/techievous/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/techievous/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/techievous/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/techievous/replies/page/2/?output_format=md)