Hi I am using the Metro grid on the front page of my site.
How can I reduce the size of the 500×500 square tiles ?
1 Answers
To change the title size of the 500 x 500px, please log in to Dashboard > Theme > Customize , then add the following code to the “DW Header script”
<style>
#metro-slide .hentry-big .entry-title {
width: …px;
height: …px;
}
#metro-slide .hentry-small .entry-title {
width: …px;
height: …px;
}
</style>
Hope this helps !
Regards,
Dominic
Please login or Register to submit your answer