Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #406024

    How do I change the background color of the Page Title bar?

    #406096

    Hi ayesroc!

    Add this to your custom CSS.

    .title_container { background: red !important; }
    

    Regards,
    Elliott

    #425008

    Would it be possible to use an image here?

    #425461

    Hi!

    Perhaps something like this would work.

    .title_container { background: url("URL to your image") !important; }
    

    Best regards,
    Elliott

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.