Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Editing themes in Vanilla 2.3.1

Hello House,

I need to edit the html and css of the theme i am using in Vanilla 2.3.1 from the documentations for previous versions, we have the edit theme option but it was removed in 2.3.1

Please, how do I go about it to edit the html and css to my look and feel?

Thanks in advance

Comments

  • Options
    vrijvlindervrijvlinder Papillon-Sauvage MVP

    There is no html file per say, html is rendered via php. There are two types of themes, those whith a default.master.php and those with a default.master.tpl

    the tpl based master looks more like html but it is Smarty code.

    There are two plugins available for this,

    CSSEdit plugin and HtmlEdit plugin

    Or you can hard code it to the custom.css file of the theme.

  • Options

    thank you @vrijvlinder I hope the plugins will be of great help to me?

Sign In or Register to comment.