creaky

Customer
I've been playing around with Edge and customizing it a bit but have a couple of questions.

How can I add a box-shadow to the list of discussions in a node
list.PNG
How can I remove the box-shadow from the share links at the bottom of each thread.
share.PNG
 
Extra.less:

Code:
.blockMessage.blockMessage--none { box-shadow: none; }

Code:
.XenBase .p-body-pageContent .block .block-container { box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); }
 
Last edited:
Extra.less:

Code:
.XenBase .p-body-pageContent .block .block-container { box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); }

Just noticed a small issue with this.

The code works fine on the list of topics but creates an extra line between the actual thread topics.
border.PNG

I've added the box-shadow to the Message Block style property but with the above showing as well I get the extra line. I also need the box-shadow to show around the quick reply box.
 
May need to take another look at this but for now:

Code:
.XenBase [data-template=thread_view] .p-body-pageContent .block .block-container {
    box-shadow: none;
}
 

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