Hi Marcel,
You can do this:
Go to: {root}/wp-content/themes/yolo-canifa/assets/css/yolo.css
and remove this code:
.yolo-calltoaction .action-left h2:before,
.yolo-calltoaction .action-right h2:before {
content: "";
position: absolute;
top: 30px;
left: 70px;
width: 200px;
height: 1px;
font-style: italic;
background-color: #f37259;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
z-index: -1;
}
@media (max-width: 1200px) {
.yolo-calltoaction .action-left h2:before,
.yolo-calltoaction .action-right h2:before {
left: 50px;
width: 150px;
}
}
@media (max-width: 992px) {
.yolo-calltoaction .action-left h2:before,
.yolo-calltoaction .action-right h2:before {
top: 20px;
left: 35px;
width: 100px;
}
}
@media (max-width: 768px) {
.yolo-calltoaction .action-left h2:before,
.yolo-calltoaction .action-right h2:before {
top: 15px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
width: 90px;
}
}
about 13275 -> 13316 lines.
If not true, please contact for us.
Thanks!