Domanda

It may be silly question, Please help me on this.

I have a site list with below navigation bar (Main menu). Just wanted to make color code with boarder. Please help me on this.

enter image description here

enter image description here

È stato utile?

Soluzione

You can use below code to apply CSS on each column header (th element) in your list view:

<style type="text/css">
    tr.ms-viewheadertr th {
        background-color: #003366 !important;
    }
    tr.ms-viewheadertr th * {
        color: white !important;
        font-weight: bold !important;
    }
</style>
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top