Okay
  Public Ticket #1269129
Portfolio Page Header Colour and Alignment
Closed

Comments

  • Sean started the conversation

    Hi,


    Love the theme but struggling with customising the portfolio page. I'd ideally like to align the heading to the left properly in line with the logo and also change the title text colour. I found some custom CSS for the alignment but it doesn't seem to work as I need it to, it still leaves a gap on the left side.

  •  8,470
    Tahir replied

    Hey,

    Apologies for the Delay due to server issues.

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .project-title .section-title {
        padding: 0px 70px 0px 0px!important;
    }
    .single-portfolio .row .col.section-title h1 {
        color: #c9252b !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Sean replied

    Thanks Tahir, although that has centred the heading rather than left aligning it. Can you suggest any other settings that might be causing this? The colour change has worked. Page here for reference...  http://rcd.uk.com/portfolio/mailshotrebrand/

  •  8,470
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .single-portfolio .row .col.section-title h1 {
        color: #385055 !important;
        text-align: left;
    }

    Thanks


    ThemeNectar Support Team 

  • Sean replied

    Great, thank you!