hello
from "Ration" theme how can I do the text box from slider to be clear or white - not green - fill - ?
where can I customize the 3 buttons from middle ?
hello
from "Ration" theme how can I do the text box from slider to be clear or white - not green - fill - ?
where can I customize the 3 buttons from middle ?
Hi, there
To change the background for the slide text you have to edit the style.css file located inside the theme folder.
Open it and find the code:
.slide-meta {
bottom:200px;
left:50px;
background:#72bc0f;
width:500px;
height:120px;
}
Here you can change the color( rgb and hex values ) or set the background image using css.