First time here? Check out the FAQ!
1

Adding custom logo
 

I want to make the following changes to askbot

  • Change the color of the top bar and the footer bar. Currently this is black color.
  • add a custom logo above the top bar to the left side.

Please tell me which files to modify and what should be size of the logo (in pixels). Any additional advice is welcome.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
kintali's avatar
141
kintali
asked 12 years ago, updated 12 years ago

Comments

I found this file ./static/default/media/style/style.css with all the information.

kintali's avatar kintali (12 years ago)
see more comments

1 Answer

0

Please take a look at the documentation http://askbot.org/doc/customizing-skin-in-askbot.html and http://askbot.org/doc/customizing-style-css-file-in-askbot.html

The best way to take in this case is to create a custom skin outside of the askbot source tree with file extra.css and just a few customized .html files. There is no need to copy all the templates into the custom skin.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 12 years ago, updated 12 years ago
link

Comments

Thanks Evgeny.

kintali's avatar kintali (12 years ago)
see more comments