- Joined
- Jun 24, 2019
- Messages
- 141
- 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?
something like this :I
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