This topic has 4 replies, 3 voices, and was last updated 11 years, 1 month ago by Fem.
Viewing 5 posts - 1 through 5 (of 5 total)
I would like to know how or where to change the color of the slider heading. Is there an area where I can customize this? See attached picture for reference.
Thanks!
Use this in theme option panel > Styling > Custom CSS Section add below one
.flex-title h5 span { background-color: #01749F; color: #ffffff; }
Here you can change the background color and the text color.
Let me know is there anything else i can assist with?
Regards,
Mawk
Great, thank you!
I also would like to know how to change the text and background color for the Gallery items. See the attached picture for an example.
Also, in the individual pictures in the gallery, I would like to have a short description underneath each picture, but I can’t seem to find where to edit this. Can you let me know where that is?
Hi mightymoves,
Iām sorry for the delay on reply,
Use this in theme option panel > Styling > Custom CSS Section add below one
.gallery-desc { background-color:#00FFCC; }
.gallery-desc .entry-title a { color: #001A14 ; }
.gallery-desc span { color: #001A14 ; }
Here you can change the background color and the text color.
Regards,
krishnaveni
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.