Home Forums WoodMart support forum Header Link Particulart-Text- color,BorderBackgroud color change

Header Link Particulart-Text- color,BorderBackgroud color change

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #505913

    marketerjahidul
    Participant

    🌎 https://prnt.sc/va3HCo__C_wO
    I only want this AFFILIATE DASHBOARD -only this text different colors,border, background , gradient(if its available guide me how) color,border-radius
    ================================================
    The Style is like this -https://prnt.sc/cUlEYETbpCa9 ( Do this style like this )

    #505981

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    li#menu-item-15533 {
    	background-color: blue !important;
    	border: 2px solid black;
    	border-radius: 2px 2px 2px 2px;
    }

    Change the code as per your need.

    Best Regards.

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