arzan
asked 12 years ago

Hi I am using the Metro grid on the front page of my site.

Home Page

How can I reduce the size of the 500×500 square tiles ?

1 Answers
DominicStaff
answered 12 years ago

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

Powered by DW Question & Answer Pro