Jaysarie Gundran
asked 8 years ago

How can I have a customized header in the blog page of DW Page latest version? I tried to use a plugin called wp display header but the theme does not recognize it. Can you suggest a plugin that the theme will not have issues? I would appreciate very much a prompt response.

3 Answers
DominicStaff
answered 8 years ago

Hi,
At the moment, our theme does not support to customize header in blog page as you wanting. However, you can tell me detail about it, which position are you wanting change ? what you want to display here? I will check and let you know.
Regards,

jaysa
replied 8 years ago

Thanks so much Dominic for all your help! I will update you regarding the header since we are still finalizing it.

jaysa
replied 8 years ago

Hi Dominic,

We decided to retain the background and just change the color of the fonts of the title and the article from black to white. Where can I make/edit the fonts in the blog page change the color from black to white? http://prntscr.com/958eyc

jaysa
replied 8 years ago

Another issue in Testimonial section:

How can I make the links open to new tabs? Why is the bottom line of the testimonial cut? How can I make it visible? http://prntscr.com/9595y7

jaysa
replied 8 years ago

In the Contact section, how can I make the map move to an area where the Contact Form is placed if ever the contact form does not function/have issues? Here’s a screenshot: http://prntscr.com/959w2h

DominicStaff
answered 8 years ago
  • To change the text color in the blog page, you can add the following code:
    .blogs-content .entry-content {
    color: #fff;
    }
    .blogs-content .entry-title a {
    color: #fff !important;
    }
  • I ahve fixed the open link in the Testimonial section to it display in the new tabs. Also, I have checked your site on our browser and see that the bottom line of the testimonial not cut as your image provided.
    See the screenshot: http://prntscr.com/95wqw6

  • About the contact section, I have fixed it.
    Regards,
jaysa
replied 8 years ago

Hi Dominic, I don’t know why on my end, the bottom line of the testimonial is still cut.

jaysa
replied 8 years ago

Where will I add the code you provided for the text color in the blog page?

jaysa
replied 8 years ago

I added the code you provided to style.css but only the font color of the title of the post changed to white. The text of the article still remains black.

jaysa
replied 8 years ago
jaysa
replied 8 years ago

hi Dominic,
This issue has been resolved. Thanks for providing me the code.

jaysa
replied 8 years ago

Hi Dominic, I don’t know why on my end, the bottom line of the testimonial is still cut.

jaysa
replied 8 years ago

Dominic, I hope that the few remaining issues will be resolved this week so that we can finally make the website live. Issues not yet resolved:

The bottom line of testimonial is still cut. How do I fix this? Please teach me. http://prntscr.com/960kba
How to align the texts?see screenshot: http://prntscr.com/9606t5
Where can I adjust the size of the map if we want it to be bigger?

dominic Staff
replied 8 years ago

I have fixed some issue about the align text and the map section .
About the testimonial, I have change the css, please help me check and let me know. if you still face there issue, you can tell me detail the browser name that you have use to check your site.
Or you can try to add the following code to the style.css file:
div#testimonials .section.section-client { padding-bottom: 60px; }

Hope this helps !

Jaysarie Gundran
answered 8 years ago

Please teach me how to put a header on the blog page then the background color where the articles will be posted will be colored white and the text color will be black.

dominic Staff
replied 8 years ago

Fixed it, you can check your site.

dominic Staff
replied 8 years ago

Note: Please use a question to ask your question and post issue.

jaysa
replied 8 years ago

Dominic,
Thanks for changing the background color and the text color, but we also want to put a header which we have not finalize yet. That’s why I’m asking you to teach me. My apologies for not using a question when posting issues.

jaysa
replied 8 years ago

I would appreciate also if you will share to me how you changed the background of the blog page from having an image to a white plain background and the text to black?

dominic Staff
replied 8 years ago

About the header section, you can tell me detail about the position and what do you want display ? you can send me a screenshot for further checking.
About the background and color in the blog page, I have use the following code to change the color in the style.css file line 393.

.blogs-content .entry-content {
color: #000;
}
.blogs-content .entry-title a {
color: #000 !important;
}

body.blog { background: none; }

Regards,

Powered by DW Question & Answer Pro