• Resolved wslizgiem

    (@wslizgiem)


    Hello

    great theme. Love it. Can u please tell me how i can change the color of the text inside the titlebox? Im rookie in terms of css and site development. Cant figure it out by myself. Thanks.

    View post on imgur.com

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Toshihiro Kanai

    (@mirucon)

    Hi!

    Thanks for using the Coldbox theme! You can change the font color of title box by the following CSS code:

    
    .title-box .post-title {
      color: #444444 // Change this
    }
    
    Thread Starter wslizgiem

    (@wslizgiem)

    Thanks for the reply.

    it partially worked.

    as shown on the picture. The first part of the title is white, but the category is not. Is there a way to change everything shown in the titlebox to a white color?

    View post on imgur.com

    Theme Author Toshihiro Kanai

    (@mirucon)

    Ah okay, so you can do that with the following CSS code:

    .title-box .breadcrumb {
      color: #000000
    }
    .title-box .breadcrumb a:hover {
      color: #000000
    }
    
    Thread Starter wslizgiem

    (@wslizgiem)

    thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Titlebox colors’ is closed to new replies.