thomas1

Customer
I really like Nova! :)

A little styling question though: where can I change the "block-header--left" element?

blockheader-left.png


I'd like the entire block header to display the red background colour. I do not seem to be able to find the appropriate style element. Sorry if I'm missing something obvious.
 

Attachments

  • blockheader-left.jpg
    blockheader-left.jpg
    10.6 KB · Views: 10
No option, but adding this into extra.less will inherit the top bar:

Code:
.XenBase .block--category .block-header .block-header--left a {
    background-color: transparent;
    color: inherit;
    box-shadow: none;
    border-width: 0;
    margin: 0;
}

Let me know if that works for you.
 

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