Gradient for the categories

lazarote

web enthusiastic
Collaborate
Registered
Joined
Jun 24, 2019
Messages
142
Points
53

Reputation:

Hello, I have a question, I would like to know if there is any way to create a gradient for the categories, this code for example puts a background image, is there any way to put a css gradient there?

PHP:
/* Categories Images and Title */
.block--category1 .block-header {
background-image: url('styles/alterego/banners/1.jpg');
background-repeat: no-repeat;
background-position: center;
height: 60px;
text-transform:;
font-weight: bold;
font-size: 20px;
font-family: cursive;
color: #FFF;
text-shadow: black 0.1em 0.1em 0.2em;
}
/**********/



something like this :I


3.jpg
 

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,067
Points
173

Reputation:

add your css code at extra.less
 
Top