.TableOfContents font size #2108
-
|
I want to increase the font size on my table of contents which I get using While we are at it: Lastly, search is showing but not producing any results. I'm using the supplied default config.toml |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Since this update breadcrumbs are not shown in mobile. |
Beta Was this translation helpful? Give feedback.
-
For this you'll need to customize your style. Check this. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks. That did the trick.
On 18/01/2021 22:23:03, rodrigoalcarazdelaosa <notifications@github.com> wrote:
I want to increase the font size on my table of contents which I get using
{{ .TableOfContents }}.
I have the above shortcode in book_layout.html.
For this you'll need to customize your style [https://wowchemy.com/docs/getting-started/customization/#customize-style-css]. Check this [https://github.com/wowchemy/wowchemy-hugo-modules/blob/273405e59be6b8a6991a1a28fa2525c9529b11c3/wowchemy/assets/scss/wowchemy/layouts/_book.scss#L224].
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub [#2108 (comment)], or unsubscribe [https://github.com/notifications/unsubscribe-auth/AAGLKXMTNVTRPBWTPBJ4DI3S2SYENANCNFSM4WHR3D4Q].
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks. I've added a show_mobile_breadcrumb option to my params.toml and modified breadcrumb.html to implement the option.
On 18/01/2021 21:13:34, rodrigoalcarazdelaosa <notifications@github.com> wrote:
How do I get breadcrumb to show on the mobile view?
Since this update [6a8dd44] breadcrumbs are not shown in mobile.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub [#2108 (comment)], or unsubscribe [https://github.com/notifications/unsubscribe-auth/AAGLKXIXEZ4ULUZUI24L6GDS2SP75ANCNFSM4WHR3D4Q].
|
Beta Was this translation helpful? Give feedback.
For this you'll need to customize your style. Check this.