Hello,
I’m using DW One Page Metro, but where do I go to change the default photo of the keyboard and also the 3 colored boxes in the “About” section?
Also, why is that theme not listed under “products” in this forum?
Thank you.
1. To change the background on the home page in the theme DW Page Metro, you can open the style.css file. line 274
<code>
.section.header {
background: url(“img/keyboard.jpg”) no-repeat right top #0d0d0b;
}
</code>
please change the title your images here: “keyboard.jpg”
Notice: You need to copy and paste your image in the folder “img” with the folder path “\wp-content\themes\dw-page-metro\img”
2. If you want to change background in the “About” section, you can log in to Dashboard > Appearance > Editor > open the style.css > add the following code:
<code>
/**Web & UI Design/
.introducing .block:first-child .section-img {
background-color: #…;
}
/**Corporate Design /
.introducing .block:first-child + .block .section-img {
background-color: #…;
}
/**iOS Development /
.introducing .block:first-child + .block + .block .section-img {
background-color: #…;
}
</code>
You can choose the color here:
http://www.w3schools.com/html/html_colornames.asp
3. Regarding your question about DW Page Metro, our first intention to sell this theme as well as other subthemes on Creative Market is to test the market and see if we can make a good sales or not. Thanks for asking anyway.
Hope this helps !
Regards,
Dominic
How do I put icons where the boxes are? Right now the boxes are just solid colors (blanks). Thank you!
please send me your site for further checking.
Please login or Register to submit your answer