pinoff002 Posted August 26, 2020 Share Posted August 26, 2020 Site URL: https://www.thisisaspace.net/ Hello! Is there a custom code available to have some sort of a text fill color for text on Portfolio Page? Wondering if there is another way to have the text appear better without changing the opacity. See image attached. Thanks! Link to comment
creedon Posted August 26, 2020 Share Posted August 26, 2020 Are you thinking something like what I have below? I did that by going to Portfolio Settings > Advanced > PAGE HEADER CODE INJECTION and adding... <style> .portfolio-title { background-color: black; } </style> Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
pinoff002 Posted August 26, 2020 Author Share Posted August 26, 2020 7 hours ago, creedon said: Are you thinking something like what I have below? I did that by going to Portfolio Settings > Advanced > PAGE HEADER CODE INJECTION and adding... <style> .portfolio-title { background-color: black; } </style> Let us know how it goes. Perfect. Works great thank you! Cheers Link to comment
pinoff002 Posted August 27, 2020 Author Share Posted August 27, 2020 On 8/26/2020 at 1:14 AM, creedon said: Are you thinking something like what I have below? I did that by going to Portfolio Settings > Advanced > PAGE HEADER CODE INJECTION and adding... <style> .portfolio-title { background-color: black; } </style> Let us know how it goes. Hey! Trying to add some padding to that and i tried to code but it only moved the padding on the bottom, not top so what would be a good code for that? Thanks! Link to comment
creedon Posted September 18, 2020 Share Posted September 18, 2020 On 8/27/2020 at 11:10 AM, pinoff002 said: Trying to add some padding to that and i tried to code but it only moved the padding on the bottom, not top so what would be a good code for that? Thanks! Sorry for the delayed response. Padding top and bottom is done with the following rules. padding-bottom: 10px; padding-top: 10px; Is that what you used? Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment