Change footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3196
    Markus Schwingruber
    Participant

    Hello
    How can I change the footer e.g. remove the link in the footer?
    Thanks,
    Markus

    #3206
    admin
    Keymaster

    Hi Markus,

    Most of our themes has built-in option to hide footer link.
    Which theme you are referring, so i will be able to guide you further.

    Thanks

    #3207
    Markus Schwingruber
    Participant

    Dicot theme.
    Thanks,
    Markus

    #3217
    admin
    Keymaster

    Hi Markus,
    Please use the following CSS snippet to remove the credits.

    
    /*
    Remove Designer Credits
    */
    .credits-designer {
    	display:none;
    }
    

    Thanks

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