Okay
  Public Ticket #391040
category color
Closed

Comments

  • lorenzo started the conversation

    Hi again,

    I have another issue... if I assign a color to a category, once I get to his post page the logo background get the same color.. it's not really useful with png logo getting colored.. is there a way to override this maintaining colored just categories?

    Cheers,

    lore

  •  93
    djwd replied

    Hi there,

    you could force the header to have always a specific bg color through some Custom CSS as:

    #mgm-header-opacity {background-color: #000!important}

    Replace #000 with the hex color code of your choice, should work.

    Regards
    djwd

    Regards
    djwd

  • Staton replied

    What if i wanted the footer the same what would i write?

  •  93
    djwd replied

    HI there,

    if you mean the very bottom, which is blue on the MightyMag demo homepage, it should be something like:

    #mgm-full-site-info {background-color: #000!important}
    

    Regards
    djwd

    Regards
    djwd