- This topic has 6 replies, 2 voices, and was last updated 8 years, 9 months ago by
clairepeho.
Viewing 7 posts - 1 through 7 (of 7 total)
- AuthorPosts
- April 16, 2016 at 10:59 am #260
clairepeho
ParticipantDear,
I come to you today to know how to change the color of the picto on the left of the tab section.
Thanks a lot for your help !
Claire
April 16, 2016 at 2:30 pm #263Hash
KeymasterSorry, there is no option to change the color option in the theme.
April 16, 2016 at 2:33 pm #264clairepeho
ParticipantBut in the code, where can I modify the color code ? In which file ?
Thanks a lot,
ClaireApril 18, 2016 at 6:06 pm #274Hash
KeymasterHere is the CSS code
.sq-tab li .fa{color:#FF0000;}
Change #FF0000 to your desired color hex code.
Use some custom CSS plugin to add the CSS Code.April 19, 2016 at 7:12 pm #284clairepeho
ParticipantThanks a lot !
And to change the color of the picto after being selected ?Claire
April 20, 2016 at 2:54 am #285Hash
KeymasterHere it is
.sq-tab li.sq-active .fa {
color: #5bc2ce;
}April 20, 2016 at 11:09 pm #287clairepeho
ParticipantThanks a lot it works nice !
- AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.