How to remove the angled separation bar?

Permalink Browser Info Environment
Hi,

Below the image slider there is a coloured bar which is angled right across the page, how do i change this to a solid bar rather than a hashed bar please?

Kind regards

BKinsman

Type: Discussion
Status: In Progress
bkinsman7
View Replies:
nipper15 replied on at Permalink Reply
nipper15
Hi, bkinsman7

Please adjustment lines 1146-1162 of the "common.less". ( packages / theme_palette / themes / palette / css / build )
For example...

.slider-image {
   padding-bottom: 15px;
   background-color: @main-background-color;
   overflow: hidden;
   position: relative;
   &:after {
      width: 100%;
      height: 15px;
      margin: 0;
      padding: 0;
      background: @main-theme-color;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;

Thanks.

concrete5 Environment Information

php 5.6

Browser User-Agent String

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

Click below to request a refund for License #8064058. Assigned to Plymouth Gilbert and Sullivan.
Created on Aug 10 2017 at 8:56 am
.