Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
.XenBase .block--category .block-header-wrapper .block-header
{
padding: 0 12px 0 0;
border-top: 1px solid rgb(0, 0, 0);
border-bottom-width: 0px;
.block-header--left
{
background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
padding: 10px 15px;
}
}
You can do something similar with CSS:
Code:.XenBase .block--category .block-header-wrapper .block-header { padding: 0 12px 0 0; border-top: 1px solid rgb(0, 0, 0); border-bottom-width: 0px; .block-header--left { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); padding: 10px 15px; } }
Try that in extra.less,can adjust the colors/border color of course .