• Hi Kevin.

    Still a big fan of your blogbox-theme! I have now used in on three different sites – it works perfect!

    I have a question. I hope you can help me. I want to have a Picture on some of my pages. Right now I use the standard template for my pages with the side widget (wich I don′t use though). I want the Picture placed at the right side – beside the text. Therefore I should change to full-width page. But when I do so, the page title gets a blue background – and I can′t figure out how to change this (I want the pagetitle in the “pageheader” to be as on the standard template).

    Thank you in advance!

    Kind regards
    Malene

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author kevinhaig

    (@kevinhaig)

    Hi maller82

    Do you have it up on your site so I can take a look at it?

    If so what is your website address?

    Kevin

    Thread Starter maller82

    (@maller82)

    You can see it on this page
    https://bram-el.dk/?page_id=36

    Malene

    Theme Author kevinhaig

    (@kevinhaig)

    The title shading is part of the fullwidth page design.

    To change it you will have to go into style.css and search for :
    .portfolio_title {
    background-color: rgba(72, 72, 72, 0.2);
    display: block;
    font-size: 1.8em;
    line-height: 2em;
    margin-top: 0;
    padding-left: 5%;
    width: 95%;
    }
    and comment out the background-color to look like :
    /*background-color: rgba(72, 72, 72, 0.2);*/

    Kevin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Full width page and colour of "title-header"’ is closed to new replies.