Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Control over thumbnail appearence #115

Open
carlca opened this issue Dec 11, 2017 · 0 comments
Open

Control over thumbnail appearence #115

carlca opened this issue Dec 11, 2017 · 0 comments

Comments

@carlca
Copy link

carlca commented Dec 11, 2017

Hugo v0.31.1
Icarus (just downloaded/installed)
Firefox Quantum

Hello, I am trying to use CSS to change the background color of the "Recents" links, the grey blocks in the attached image:

screen shot 2017-12-11 at 11 43 10

I can control the size of the blocks by altering my custom CSS as shown:

#recent-post li .item-thumbnail .thumbnail {
  width: 40px;     // Changed
  height: 40px;   // Changed
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #c0d0ff;   // Failed
}

But my attempt to change the background-color has failed miserably! I'm not very skilled with CSS so go easy on me!

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

No branches or pull requests

1 participant