Viewing 1 replies (of 1 total)
  • Plugin Author Phil Ewels

    (@tallphil)

    Hi alphaaero,

    You can change the colours by using some custom CSS. You can find the documentation for the carousel on the bootstrap website.

    It looks like the unite theme colours the title bar with this code:

    carousel-caption h4 {
        background: #54397e;
        background: rgba(84, 57, 126,0.7);
    }

    So you can write your own CSS somewhere (either edit the theme files, or get a plugin to do it) and overwrite these with your own colour.

    Hope this helps!

    Phil

Viewing 1 replies (of 1 total)
  • The topic ‘Change title background colour’ is closed to new replies.