• Resolved kalagni

    (@kalagni)


    Hopefully this isn’t something simple that I’m looking over, but is there a way to customize the wiki page and colours?

    My website is all dark and muted colours, but the wiki main page is a white square within that, and I don’t know how to change that. Same thing with the wiki pages. I’d like to make them match the rest of my website in terms of colour, but all I can find is font colour and foreground colour for text.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • good morning kalagni,

    I’m sorry, but this feature does not exist at the moment.
    We will implement this feature, at a later time.

    for the current moment you use this workaround.
    install this Plugin: https://de.ww.wp.xz.cn/plugins/custom-css-js/
    and create a new CSS code file or Wirte the following code in your theme style.css

    .slide-context, .list-categories-item {
    background: #000 !important;
    }

    .wiki-content, .detail-header, detail-header *, .wiki-entries, .category-header {
    color: #fff !important;
    }

    color -> Text color
    Background -> background color

    to change more click on the elements in your browser and inspekt this element. copy the classname and insert the in the css code.

    here is a color picker where you can find your color in the correct format.
    https://html-color-codes.info/webfarben_hexcodes/

    thanks for your feedback.

    Thread Starter kalagni

    (@kalagni)

    Thanks so much! I just gave it a try and got it working. Thanks for the help.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Customizing Colours’ is closed to new replies.