- This topic has 3 replies, 3 voices, and was last updated 5 years, 5 months ago by Hash.
- AuthorPosts
- December 15, 2016 at 3:55 pm #1386jvalksParticipant
Hi,
Thanks for this awesome theme! Is there a way to change the color of the Slider caption title & sub-title? Can the opacity also be changed somehow?
Thanks!!December 23, 2016 at 12:05 am #1457HashKeymasterThe slider caption title and subtitle is white and if you want to change the color here is the CSS
.sq-slide-cap-title{
color: #FFFFFF;
}.sq-slide-cap-desc{
color: #FFFFFF;
}Change the #FFFFFF to your desired color.
To change the opacity of the caption background, here is the CSS
.sq-slide-caption{
background: rgba(0,0,0,0.2);
}Change 0.2 to 0.3, 0.4 …
August 2, 2018 at 1:20 pm #7336migue3110ParticipantHello, I’m new here. In the file style.css I can not find that entry, there is a similar .ht-slide-caption but it modifies the whole container of title and subtitle but not the concrete of the title only.
Any suggestions? ThanksAugust 2, 2018 at 8:44 pm #7339HashKeymasterHi,
Do not modify the core file. Go to Appearance > Customize > Additional CSS and paste the given CSS code over there.
Thanks
- AuthorPosts
- You must be logged in to reply to this topic.