Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I make the big blue box go away on every page? #30

Open
msaharia opened this issue Aug 3, 2018 · 3 comments
Open

How can I make the big blue box go away on every page? #30

msaharia opened this issue Aug 3, 2018 · 3 comments

Comments

@msaharia
Copy link

msaharia commented Aug 3, 2018

I would like to just have a traditional title with no box encapsulating it.

Which changes will I have to make? #

@ethanmad
Copy link

Two possible solutions:

  1. Remove <div class="article-meta"> ... </div> from layouts/_default/single.html. This will get rid of the other formatting associated with the article-meta class.
  2. Edit the css for the article-meta class (in static/css/style.css). You can remove the background, border-radius to get rid of the box. You can also style the class however you like here.

@yihui
Copy link
Owner

yihui commented Jul 25, 2019

Thanks, @ethanmad. Apparently you are a hugo-xmin expert! 👏

@ethanmad
Copy link

@yihui I was going to ask a question myself and thought I should try to resolve a question first. It's the least I can do as a user of this theme. (And my issue was inexplicably resolved.)

Thanks to you for providing the theme I was looking for and the great documentation around it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants