Title: Changing the block header
Last modified: August 21, 2016

---

# Changing the block header

 *  Resolved [Jushilicious](https://wordpress.org/support/users/jushilicious/)
 * (@jushilicious)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/changing-the-block-header/)
 * Hi, is there any way of changing the size and colour of the main black & white
   block heading?

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

 *  Theme Author [tarabusk](https://wordpress.org/support/users/tarabusk/)
 * (@tarabusk)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/changing-the-block-header/#post-4956609)
 * Hi,
    It can not be done by the administration Option, I’ll think about it for
   the next release. You can edit the style.css file (best practise is to create
   a child theme) modifying the background property of the .header_logo {} element.
 * To modify the font color, in the same file style.css, modify the color property(
   dont’t erase the !important notification)
 *     ```
       .header_logo a {
       letter-spacing: 1px;
       color: #ffffff !important;
       }
       ```
   
 *  Thread Starter [Jushilicious](https://wordpress.org/support/users/jushilicious/)
 * (@jushilicious)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/changing-the-block-header/#post-4956622)
 * Ok thank you!

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

The topic ‘Changing the block header’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/taraza/1.0.6/screenshot.png)
 * TaraZa
 * [Support Threads](https://wordpress.org/support/theme/taraza/)
 * [Active Topics](https://wordpress.org/support/theme/taraza/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/taraza/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/taraza/reviews/)

## Tags

 * [heading](https://wordpress.org/support/topic-tag/heading/)

 * 2 replies
 * 2 participants
 * Last reply from: [Jushilicious](https://wordpress.org/support/users/jushilicious/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/changing-the-block-header/#post-4956622)
 * Status: resolved