Customizing Widget bar icon

Hi, Themeco

See that skewed background in the top right?

Yeah, how do I make it so It appears like what I have on the top left with the superfly menu?

Thank you

Never mind, I fixed It with this

.x-btn-widgetbar {
    
    border-left-color: #000000;
    border-bottom-color: #000000;
    width: 50px;
    height: 54px;
}

Thanks for the resources, they are helping lots especially the developer tools

Okay, this one is challenging

How do I get rid of that faded skew or just make it fill the “box”?

Thanks

Hi There @wmmajaliwa

Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area and see if that helps.

#x-btn-widgetbar:hover {
    border-color: black;
}

Hope that helps.

1 Like

Hi, no it doesn’t work as expected

Hi There,

Thanks for writing in again!
Please add this CSS and let us know.

.x-topbar {
background: #000 !important;
}

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.