Tagged: color
- This topic has 5 replies, 3 voices, and was last updated 6 years, 11 months ago by
Theme Horse Support Team.
-
AuthorPosts
-
October 20, 2016 at 5:41 pm #47708
marekmak
ParticipantHello,
Thank you for nice theme. I try to customize it a little bit and wonder how can I change background colors. I mean left sidebar background color and background of posts lists or grid. Is there any css custom code to paste ?
Thank you in advance,
MarekOctober 21, 2016 at 8:20 am #47719Theme Horse Support Team
KeymasterHi Marekmak,
To change the background color you have to upgrade to the premium version of WP Portfolio theme where you can have a lots of features with color option to change the specific section. However, you can change it via custom css to set the background go to Appearance -> Customize -> WP Portfolio Theme Options -> Custom CSS and paste the below CSS code then click on Save button.
#page:before, .entry-main { background-color: #fff; }
Change above HEX color code #fff to you own HEX color code.
Also we have spend lots of time and efforts to develop this theme available free for all.
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/view/theme-reviews/wp-portfolio
We really appreciate your rating.Thank you!
October 21, 2016 at 10:17 am #47723marekmak
ParticipantThank you, it works, but changed only sidebar background area and background of posts. Is it possible to change also background of grid post list ?
October 21, 2016 at 3:21 pm #47726Theme Horse Support Team
KeymasterTo change the main contain background color add below custom css
#page { background-color: #eee; }
Thank you!
October 21, 2016 at 10:20 pm #47739marekmak
ParticipantPerfect. Works great. Thank you !
October 24, 2016 at 10:29 am #47767Theme Horse Support Team
KeymasterHi marekmak,
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/view/theme-reviews/wp-portfolio
We really appreciate your rating.Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.