This topic has 8 replies, 2 voices, and was last updated 7 years, 3 months ago ago by Rose Tyler
Hi,
1.
In the portfolio page, where I’ve all projects, the title is always all Uppercase. What I need to add in my child theme to have it normal (i.e. uppercase/lowercase according with what I write every time)?
2.
In the same page, the title is clickable, but not the text below (the extract). What I need to add in my child theme to have it clickable too?
3.
Can I change from full Uppercase to normal also in the buttons “SHOW ALL” and categories?
4.
Can I change the color of these button in the child theme?
5.
At the end of the page (in this page and in all other pages too) there is a lot of free room, from the end of the content and the beginning of the footer. Can I remove a bit of this space and make the footer closer to the content? By the way, my footer is inserted through Footer 2 widget
Hello,
Please provide link to your portfolio page and screenshots for better understanding.
Regards
Hi, I’ve already sent these info. Please below the private contet.
1. Add this code in style.css file of your child theme:
http://prntscr.com/g1gkrz
.portfolio-descr h3 a {
text-transform: none;
}
2. I suppose you will need to make some additional customization.
3.
.portfolio-filters li a {
text-transform: none;
}
4.
.portfolio-filters li .btn {
background-color: red;
border: 2px solid red;
}
.portfolio-filters li .btn.active {
background-color: blue;
}
5. Please provide screenshot.
Regards
Hello, thank for these replies.
Regarding the point 5. See below the screenshots in pvt content.
As you can see every page is different. I would like (A) to remove the green spaces (in some pages present both above and below, in other only below and (B) decide the height in pixels of the pink space (that is always the same except the homepage).
In other words, the effect I would like to obtain is that the summary of green+pink space is always identical in every page.
Hello,
This code you can use in Custom css to change pink space:
.page-content {
margin-bottom: 30px;
}
To change space in footer:
.footer-top p {
margin: 0;
}
Other spaces depend on contents that displayed on pages. You can use browser inspector tools to find out needed classes and write code. Please, read article and watch the video: https://developers.google.com/web/tools/chrome-devtools/iterate/inspect-styles/
Feel free to ask if you need any other help
Regards
Perfect, thank you very much!
You’re welcome!
Regards
The issue related to '‘Woopress, section Portfolio’' has been successfully resolved, and the topic is now closed for further responses