Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #12101
    aaronborrego
    Participant

    Was wondering how I can change the background color where the “Homepage Featured Content” 3 tabs are located? borregoconstruction.com

    #12124
    Sakin
    Keymaster

    @aaronborrego: You can change the color code in following css and add it in “Appearance => Theme Options => Custom CSS” box.
    .home #main { background-color: #fff; }

    #12141
    aaronborrego
    Participant

    Great, thanks! Also, I am trying to change the color behind the slider on the home page. I tried using the code you put up in your other post, but no luck. Any suggestions?

    #12179
    Sakin
    Keymaster

    @aaronborrego: You can change the color code in following css and add it in “Appearance => Theme Options => Custom CSS” box.
    .featured-slider .slides { background-color: #000; }

    #12232
    aaronborrego
    Participant

    Thanks again. That worked. Last question, is there an option to have multiple pictures display on the slide show at once rather than just the one slide at a time?

    #12238
    Sakin
    Keymaster

    @aaronborrego: Sorry don’t have that option. But why don’t you merge two images into one image and upload it. Then it will look like you have two images.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Homepage Featured Content Background Color’ is closed to new replies.