• Using the free version of Flash, is it possible to change the background colour of the footer area and also the background colour of the page title? If so, how please – additional CSS? If not, can it be done with the paid for version. Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • do you edit via style.css?

    Hi,

    Yes, by using a bit of CSS trick. Go to your?Dashboard > Appearance > Customize > Additional CSS
    Add this to the Additional CSS:

    .breadcrumb-trail.breadcrumbs {
        background-color: red;
    }
    #top-footer {
        background-color: red;
    }

    Thanks,
    Good Day.

    Thread Starter xwingsmith

    (@xwingsmith)

    Hi Sabina
    I pasted in the Additional CSS but it hasn’t made any difference I’m afraid. Is there a way that I can send you an image so that you can see what I’ve done?
    Thanks
    Chris

    Thread Starter xwingsmith

    (@xwingsmith)

    Hi Sabina,
    I spoke too soon! The title background has changed but the footer area containing the copyright statement still has a black background.
    Chris

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Footer and page title background colour’ is closed to new replies.