Okay
  Public Ticket #172669
change portfolio background colour?
Closed

Comments

  • swerve started the conversation

    Hi There,

    I am trying to make the background colour #000000 for a portfolio page (this one! http://www.askerrobertson.com.au/projects/) I am not really sure how to go about this, is there some css code I need to change or is there an option in the theme to change the backgorund?

    thanks for your time

    swerve

  •  8,838
    Tahir replied

    Hey Swerve!

    You can easily add Backgrounds , change color etc using the Visual Composer and clicking on the 'Edit Row' button which will open up a modal where you can change the values. 

    Please see screenshot for reference: http://prntscr.com/2xqf1v .

    Cheers


    ThemeNectar Support Team 

  • swerve replied

    Thanks Tahir,

    I don't seem to have the visual composer though. I'm thinking it is in an update? 

    I have the current version of wordpress 3.8.1 but I am not sure if I have the current version of salienthow do I check this or does it update automatically?

    thanks again

    swerve

  •  8,838
    Tahir replied

    Hey Swerve!

    You can update by downloading a fresh copy from ThemeForest, deleting the current version you have on your server and uploading the new. I recommend using FTP, but you can use the WP dashboard if you prefer. You won't lose any of your content or theme settings so don't worry about that if you were :)

    Cheers


    ThemeNectar Support Team 

  • swerve replied

    thanks tahir, I have tried with both ftp and through wordpress to update but it still does not come up with the visual inspector?

  •  8,838
    Tahir replied

    Hey Swerve!

    You are on version 2.0 we have recently release version 3.15. Please see the user-guide on more info on how to update. Link: http://themenectar.com/docs/salient.pdf 

    Cheers


    ThemeNectar Support Team 

  • swerve replied

    Success! Thanks for persevering with my limited wp skill set Tahir!

    So I tried adding a row as you recommended but it doesn't seem to be working, the content for the page is all coming from the projects posts and is not set into the page with the visual composer.

    Can I set it using css or something?

    thanks

    swerve

  •  8,838
    Tahir replied

    Hey Swerve!

    Please see screenshot :http://prntscr.com/2zu3m1 . These settings yield a full width black background on the portfolio items . Can you re-check . 

    Cheers


    ThemeNectar Support Team 

  •   swerve replied privately
  •  8,838
    Tahir replied

    Hey Swerve!

    Have added this custom css on the via the Page Builder Css option:

    .page-header-no-bg, .container-wrap, .project-title{
    background-color:#1F1F1F;
    }
    

    Cheers


    ThemeNectar Support Team 

  • swerve replied

    thanks you so much tahir!