Hi

I have purchased the University theme. How can I switch off the option in the footer for color selection of the theme? I have installed the quick install and in the footer the three color dots are still there, but I cannot figure out where I can remove them.

    Hi sannie26,
    If you want to remove the Color selection theme, you can add the following code to the style.css file.

    #gk-style-area {
        display: none;
    }

    Hope this helps!
    Regards,

      Write a Reply...
      You need to Login to view replies.