tiago piriquito
asked 10 years ago

I mean i can define colors for the blocks but there’s a white gradient that i would like to remove.

5 Answers
DominicStaff
answered 10 years ago

Hi Tiago, 
1. To change color for the blocks in the DW Argo, You can log in to Dashboard > Theme > Customize > Metro Grid Colors.
See the screenshot:

 
2. To remove the gradient effect from the metro-style frontpage pics:
–  Open the feature-metro-layout.php file in the folder path “\wp-content\themes\dw-argo” /
– Line 11 and remove the class “gradient gradient-”
See the screenshot:
Hope this helps!

tiago piriquito
answered 10 years ago

ahh no no, i mean separated from the normal gradient there’s a white gradient on the pictures, how can i remove that?

tiago piriquito
replied 10 years ago

take a look at standartwall.com

DominicStaff
answered 10 years ago

If you want to remove White gradient in the image of your site, You can log in to dashboard > Theme > Customize > Custom Code then add the following code to the Header Code:

 <style>
.gradient-1:before {
    background: none;
}
.gradient-3:before {
    background: none;
}
</style>
 

Hope this helps !

tiago piriquito
replied 10 years ago

nothing happened :/

DominicStaff
answered 10 years ago

Please check your site now. To remove the gradient white, you can log in to Dashboard > Theme > Customize > Metro Grid Colors then change the black color.

tiago piriquito
answered 10 years ago

nooo nothing happened! i mean i want to maintain block colors on Metro Grid but there’s a white shadow i would like to remove as i’m showing below:

DominicStaff
answered 10 years ago

Hi Tiago !
I have checked your site in the Firefox and I can not see this issue. Please check your site now, I helped you resolve the issue. If you want to remove the white shadow in the Metro Grids, You can add the following code in the style.css file.

 .gradient-tran-white:after {
     background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0)) !important;
}

Hope this helps !

tiago piriquito
replied 10 years ago

thanks Dominic! is working!

Powered by DW Question & Answer Pro