Title: Rickckck's Replies | WordPress.org

---

# Rickckck

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Tiny Framework] Change site header font](https://wordpress.org/support/topic/change-site-header-font/)
 *  Thread Starter [Rickckck](https://wordpress.org/support/users/rickckck/)
 * (@rickckck)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/change-site-header-font/#post-7596466)
 * Hi,
 * Solved it.
    I imported the font by pasing this:
 * [@import](https://wordpress.org/support/users/import/) url([https://fonts.googleapis.com/css?family=Dancing+Script](https://fonts.googleapis.com/css?family=Dancing+Script));
 * And then used this code
 * .site-header .site-title,
    .site-header .site-title a { font-family: ‘Dancing
   Script’; font-size: 46px }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Tiny Framework] Change site header font](https://wordpress.org/support/topic/change-site-header-font/)
 *  Thread Starter [Rickckck](https://wordpress.org/support/users/rickckck/)
 * (@rickckck)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/change-site-header-font/#post-7596349)
 * Ok! [http://Www.narsjo.nu](http://Www.narsjo.nu)
 * Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Tiny Framework] Remove or disable header image](https://wordpress.org/support/topic/remove-or-disable-header-image/)
 *  Thread Starter [Rickckck](https://wordpress.org/support/users/rickckck/)
 * (@rickckck)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-or-disable-header-image/#post-6555407)
 * Never mind! Had an custom header in one page that confused me. It works like 
   a charm.
 * Really like your theme by the way. Keep up the good work!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Tiny Framework] Remove or disable header image](https://wordpress.org/support/topic/remove-or-disable-header-image/)
 *  Thread Starter [Rickckck](https://wordpress.org/support/users/rickckck/)
 * (@rickckck)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-or-disable-header-image/#post-6555381)
 * Is this modification made in style.css?
 * Another option as I see it is to modify this code in order to make it reverse,
   in other words, disable border for custom headers for posts and pages.
 *     ```
       /* Tip06 - Custom headers for posts and pages. Uncomment following CSS rules to disable border and shadow on main header: */
   
       /*
       img.header-image,
       .site-header img.wp-post-image {
       	border-radius: 0;
       	box-shadow: none;
       } */
       ```
   
 * What do you think?

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