• Hello,

    Thank you for your theme.

    1.) Many themes have an option to limit the length of the excerpts from blog posts displayed on the home page. I couldn’t find one on your theme.

    2.) I want to remove the search icon from the header, but same as 1.) I cannot find an option to do it.

    Thanks again for your work.

    Kind Regards,

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

    (@mirucon)

    1) There’s an option to change the excerpt length in the section “Coldbox: Archive Pages Settings” of the customizer ??

    2) Try this CSS:

    .site-info {
      max-width: calc(100% - 50px);
      width: calc(100% - 50px);
    }
    .search-toggle {
      display: none
    }
    

    Note that the Coldbox theme is open-source so if there’s any feature you want you can contribute for it at https://github.com/mirucon/coldbox

Viewing 1 replies (of 1 total)
  • The topic ‘2 questions: excerpt length – Search icon’ is closed to new replies.