badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Background colorS

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #47708
    marekmak
    Participant

    Hello,

    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,
    Marek

    #47719

    Hi 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!

    #47723
    marekmak
    Participant

    Thank you, it works, but changed only sidebar background area and background of posts. Is it possible to change also background of grid post list ?

    #47726

    To change the main contain background color add below custom css

    #page {
        background-color: #eee;
    }

    Thank you!

    #47739
    marekmak
    Participant

    Perfect. Works great. Thank you !

    #47767

    Hi 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!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.