Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nootkan

    (@nootkan)

    Geez, I thought the developer would be able to answer this question but it looks like it’s not possible to bold the Title using css. Oh well.

    Thread Starter nootkan

    (@nootkan)

    Doesn’t matter I’ve abandoned this plugin because it’s not responsive. 🙁

    Plugin Author Steve

    (@slescure)

    I know this is way too late, but just in case somebody else wants to do this:

    to change the color of the title, add this CSS (i like to use the Custom CSS Manager plugin for this)

    h4.title19911 {
    color:black !important;
    }

    See this page for example. i changed the color from gray to black:

    http://stevelescure.net/flexible-quote-rotator-plus/

    to find the class name (title19911 in my case), in Chrome right click the field, then click “Inspect”).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Bold the Title’ is closed to new replies.