Barthel Zieba
asked 10 years ago

Hi,
I’d like to change three things in the DW Page Modern Theme
1) I’d like to change the text “Skills” in the projects section to something else but I don’t know where to do it.
2) Same with the blogposts. I’d like to change some things (delete the author for example) but don’t know where to start.
3) I created a page called “pricing” on my page, got it to the front page and wanted to add a background image. I used the code below, but it didn’t work:
.section.pricing {
background:url(http://www.remarketingbanners.co.uk//wp-content/themes/dw-page-modern/img/portfolio-bg.jpg) fixed;
background-size: cover;
padding-bottom:35px;
}
Thanks in advance for your help..

Barthel Zieba
replied 10 years ago

Ok, I was able to solve 1) by myself. I found 2) in the framework, but I’m trying to move Author, Date etc below the text and still don’t know how to do that. 3) Is still open.

3 Answers
DominicStaff
answered 10 years ago

2. To resolve this issue, you can open the framework.php file, find the line 470 to line 474, you can change the position as you like.

  <h3 class="modal-title"></h3>
  <div class="modal-image"></div>
  <div class="modal-data"></div>
  <div class="modal-content"></div>
  <div class="modal-data-button"></div>

3. if you want to add a background image to the Pricing section, you can do as the following:
– After creating Pricing page, you can open the Pricing menu tabs in the Appearance > Menu.
– Add class to the CSS Classes section (E.g: pricing-section)
– Then open the style.css file in the Appearance > Edit, add the following code:

.pricing-section {
      background:url('http://www.remarketingbanners.co.uk//wp-content/themes/dw-page-modern/img/portfolio-bg.jpg');
      background-size: cover;
      height:235px;
}

That’s it ! Refresh the page and see how that goes!

Barthel Zieba
replied 10 years ago

Thanks for your answer, but I couldn’t find any CSS section in Appearance > Menu. I can only change the title attribute there. I’ve added a screenshot just to make sure that I’m looking in the right place: http://i61.tinypic.com/34pgefb.jpg

Dominic Staff
replied 10 years ago

You can log in to Dashboard > Appearance > Menu, click the Screen Options on the right hand side then select the CSS Classes.
See the screenshot: http://imgur.com/lGJhGht

Thomas Phemius
answered 10 years ago
DominicStaff
answered 9 years ago

Apologies for the delay in replying to you. To resolve this issue, you can open the shortcode.php file in the folder file “themes\dw-page-modern\inc”. Find the line 399 to line 404.
Regards,

Powered by DW Question & Answer Pro