This topic contains 1 reply, has 2 voices, and was last updated by marsian 1 month, 1 week ago.
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
TemplatesNext › Forums › Free Themes › i-max Support › Slider text transparent background
This topic contains 1 reply, has 2 voices, and was last updated by marsian 1 month, 1 week ago.
Great template!
Is there a way to change the transparency (or colour) behind the slider text?
Yes possible, add the following lines of CSS code in “Appearance” > “Customize” > “Layout Options” > “Additional styles”
.ibanner .nx-slider-container p {
background-color: rgba(0,0,0,0.5);
}
change the values with desired one.
You must be logged in to reply to this topic.