Change background color in Portfolio

  • Posted in : BookCard WP
  • Anonymous
    Inactive

    How to change background color in Portfolio sites?
    Can I define unique color seperate portfolio sites?

    Mehmet S.
    Keymaster

    Hi, use this in your custom css field.

    #portfolio .rm-inner
    {
    background-image: none;
    background-color: red;
    }
    
    Anonymous
    Inactive

    I mean the single portfolio site :)
    Not the color of background of middle of three sites.
    Color of site when I click on the portfolio item to see detalils.

    Mehmet S.
    Keymaster
    .portfolio-single { background-color: whitesmoke; }
    
    Anonymous
    Inactive

    ok :)
    but it works for center only
    the left and right side of layout are still white

    example:
    http://harmonicdesign.pl/pliki/screen.jpg

    Mehmet S.
    Keymaster
    .p-single { background-color: whitesmoke; }
    
    Anonymous
    Inactive

    it doesn’t work
    background is still white

    Mehmet S.
    Keymaster
    .p-single { background-color: whitesmoke !important; }
    
    Anonymous
    Inactive

    it doesn’t work
    what do you mean “!important”?
    i should use word “!important” i code?

    code with my color, based on your advice, is:
    .p-single { background-color: #fffde5; }

    i’ve placed it in Custom CSS
    and it doesn’t work
    background ist still white

    ahmetsali
    Keymaster

    Hi, try this custom css;

    .p-overlay { background: #ccc; }
    

    you can change the color but it will be common for all portfolio single pages.

    Anonymous
    Inactive

    now it works :)

    thank u

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register