Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #351231

    Hello,

    How can I use a colour section and a special heading as the general layout for blog posts? I want the layout looking the same as my blog page.

    If this is not possible, how can I change the colour of the title container, without changing the alternate content design.

    Many thanks,

    #351517

    Hi Coronacom!

    That would have to be considered custom work but we can still change the title container with CSS.

    .single-post .title_container {
        background: none repeat scroll 0 0 red !important;
    }

    Or if you want to change it everywhere then do this.

    .title_container {
        background: none repeat scroll 0 0 red !important;
    }

    Best regards,
    Elliott

    #352394

    Cool thank you, this gave me the first step into using an image so it’s all how I want it now! Thank you very much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Blog Post Design’ is closed to new replies.