ckd

Customer
Hi

I am trying to figure out how to remove the white background and enforced font-color in categories ("PAGES" in the screenshot below) and use the block header background color + font color instead. I have no idea how to achieve this. Thanks.

BR
Chris

1775474334045.png
 
Solution
I believe adding this to extra.less will help:

Code:
#XF .block--category .block-header .block-header--left a {
    background: transparent;
    color: inherit;
    border-width: 0px;
}
I believe adding this to extra.less will help:

Code:
#XF .block--category .block-header .block-header--left a {
    background: transparent;
    color: inherit;
    border-width: 0px;
}
 
Solution

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back