Hello,
You can change the text color for Hot Designation module in DesignNow template if you edit file /templates/hot_designnow/css/template_css.php and change this:
Code:
.hjt-gallery-list-item-content h3 {
color:<?php echo $headingText; ?> !important;
}
.hjt-gallery-container {
color:<?php echo $bodyText; ?> !important;
}
to real colors, in example black #000000:
Code:
.hjt-gallery-list-item-content h3 {
color: #000000 !important;
}
.hjt-gallery-container {
color: #000000 !important;
}
Dividers are images, you can change the image to change the divider. The image is located in /modules/mod_hot_designation/images/hjt_splitter.png
Best regards,
Milos