Viewing 1 replies (of 1 total)
  • Theme Author Frumph

    (@frumph)

    a) schemes/greymatter.css its a background image #content-wrapper so what you want to do is add a background color to #content-wrapper { background: #111; } or something similar

    b) You open up the schemes/greymatter.css and find this in there:
    .menunav-prev a:hover, .menunav-next a:hover, .menunav-rss:hover, .menu ul li a:hover, .menu ul li a.selected {

    and you change the code to not have any background and remove the border-radius’s so that its just the color: #fcff00;

    and the :hover :selected is directly under that, you want to remove the background and add color: #f00;/*red*/

    – Phil

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Easel] Transparency on backgrounds’ is closed to new replies.