Changing the colour of the slider caption bar

Support Area Forums Live Changing the colour of the slider caption bar

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #14626
    Deborah Gabriel
    Participant

    Please can you advise me how to change the colour of the caption bar at the bottom of the home page slider, which is currently dark grey?

    Thanks!
    Deborah

    #14629
    Bill Robbins
    Moderator

    Good Morning Deborah,

    You can change the slider caption colors. Here’s what to do:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      p.caption {
      	color: #ffffff;
      	background-color: #000000;
      }
      
    3. Update your settings.

    The color: #ffffff controls the text color there. Just replace the #ffffff to change it from white to the color of your choice. The background-color: #000000 is the background. Change the #000000 to change it from black to your new color.

    If you run into any trouble, let me know,
    Bill

    #14630
    Deborah Gabriel
    Participant

    Works perfectly – thanks a million!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changing the colour of the slider caption bar’ is closed to new replies.