Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • JoskerVemeulen 68 posts 262 karma points
    Mar 11, 2019 @ 17:00
    JoskerVemeulen
    0

    Backoffice colors

    I want to change the purple to black in v8 back office? Any idea how to go about it?

    Thanks!

  • JoskerVemeulen 68 posts 262 karma points
    Mar 13, 2019 @ 07:59
    JoskerVemeulen
    0

    No one? I tryed the V7 solution

    But this don't work in V8.

  • Koen van Ras 56 posts 361 karma points c-trib
    Mar 13, 2019 @ 09:11
    Koen van Ras
    100

    Hi JoskerVemeulen,

    In V8 they changed the classes for all the different front-end objects. I played around a bit and changed the menu background color to black using the method you sent in the V7 solution.

    The files I created are below.

    /App_Plugins/OtherColorMenu/css/backoffice.css

    .umb-app-header {
        background-color: #000;
    }
    

    /App_Plugins/OtherColorMenu/package.manifest

    {
        "css": [
            "~/App_Plugins/OtherColorMenu/css/backoffice.css"
        ]
    }
    

    If you want to change more elements, I suggest you find the classes in the browser inspector that you want to change, and add the changes to the backoffice.css file.

Please Sign in or register to post replies

Write your reply to:

Draft