• Resolved yffyng

    (@yffyng)


    Hi, first of all, this theme is the best I have found in WordPress. It’s excellent.
    Just one query, will there be no updates this year?
    A suggestion: it would be nice to have the option to put all the letters of the main titles of the posts in capital letters.

    • This topic was modified 3 years, 7 months ago by yffyng.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Toshihiro Kanai

    (@mirucon)

    I’m happy that you like my theme!

    Since I’m busy on other projects, I don’t actively maintain the theme like adding new features, but I’ll fix bugs or answering to forums if necessary.

    I don’t think you have to wait for my update to capitalize the post titles because it can be done with pretty simple custom CSS like below:

    .title-box .post-title {
      text-transform: uppercase;
    }
    Thread Starter yffyng

    (@yffyng)

    Thank you very much for your answer.
    The code has served me only for the entries, I would also like for the files that are shown in the categories.

    The truth is that I have been using the theme for a long time.
    Is there any way I can help you by sending you a contribution?

    • This reply was modified 3 years, 7 months ago by yffyng.
    Theme Author Toshihiro Kanai

    (@mirucon)

    Ah I didn’t catch that! This should work for categories as well.

    .title-box .post-title {
      text-transform: uppercase;
    }

    I think there are some ways to contribute to the theme, like submitting a review, translating the theme, or creating a pull request on GitHub repo if you write some code ?? I would appreciate any of them!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘will there be no updates this year?’ is closed to new replies.