Avatar eammendola asked

Help with Catalyst background

Hi,

I am trying to determine how to modify the backgound for Catalyst > Grunge, specifically the gradient portion at the top. I've searched through all the images and I've used Firebug to see if there was any css, etc. that was used. See the attached image. The red circle outlines the gradient in question.

Image

Thanks

  • Image Sources
  • General Question
  • Catalyst

Edited

5 Answers

0

Avatar mustaq Yootheme answered

You can add the following to the templates css/custom.css file to remove, clear all caches and test ,

#block-main > div {  
    background-image: none;  
}

or modify further the below block that is generated in the css/background/grunge.css ;

#block-main > div {  
    background-attachment: scroll;  
    background-clip: border-box;  
    background-color: transparent;  
    background-image: url("../../images/background/page_bg.svg");  
    background-origin: padding-box;  
    background-position: 50% -400px;  
    background-repeat: no-repeat;  
    background-size: 2000px 1000px;  
}

If you do customisations, see Create a new Style, so future upgrades of the template are easy .

YOOgards :)

0

Avatar eammendola answered

That gives me everything I need. Thanks!

0

Avatar thomas.broso answered

Image
Image

Hi there...

I'm trying to get rid of the white color which appears different places - I've attached a few examples where the white color is behind the catagory title and also behind the line where the user can print, email, change font size ect...

I've been trying to make changes here, there and everywhere but without any luck. I really hope some one can point me in the right direction

Thomas

Know someone who can answer? Share a link to this question via email or twitter.