This topic has 4 replies, 3 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
Hello how do I change the complete portolio page background?
http://www.blacktie.events/portfolio/
I want the page to follow the same theme as the home page and http://www.blacktie.events/services/ , and be black instead of white.
Thank you
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
Please see private content.
Hello,
The pages you showed as examples have background set it Visual Composer editor, but Portfolio page uses portfolio.php template.
I’ve added a new class <div class="contback">
in wp-content/themes/royal/portfolio.php file.
You need set background color in custom.css for this class. Add the following code:
.contback {
background-color: grey;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up