Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author tarabusk

    (@tarabusk)

    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

    (@jushilicious)

    Ok thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing the block header’ is closed to new replies.