Home Forums Square Picto colors

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #260
    clairepeho
    Participant

    Dear,

    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

    #263
    Hash
    Keymaster

    Sorry, there is no option to change the color option in the theme.

    #264
    clairepeho
    Participant

    But in the code, where can I modify the color code ? In which file ?
    Thanks a lot,
    Claire

    #274
    Hash
    Keymaster

    Here 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.

    #284
    clairepeho
    Participant

    Thanks a lot !
    And to change the color of the picto after being selected ?

    Claire

    #285
    Hash
    Keymaster

    Here it is

    .sq-tab li.sq-active .fa {
    color: #5bc2ce;
    }

    #287
    clairepeho
    Participant

    Thanks a lot it works nice !

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.