Is it possible to remove this text? If so, how?
Hello,
Those are header boxes, you can remove them by adding the css below:
.trip-detail .header-box {
display: none;
}
Ty
Hello,
Those are header boxes, you can remove them by adding the css below:
.trip-detail .header-box {
display: none;
}
Ty