Slide Images

Discussion in 'Andrina WordPress Theme' started by rapidresults, Nov 4, 2012.

  1. rapidresults

    rapidresults Guest

    Joined:
    Feb 5, 2012
    Messages:
    44
    Likes Received:
    0
    Is it possible to change the verbiage for the slider images to a smaller size? Could the background color of the box be eliminated so it appears they are floating?

    Thank you.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please clarify your issue little, So we give you exact solution for that.
     
  3. rapidresults

    rapidresults Guest

    Joined:
    Feb 5, 2012
    Messages:
    44
    Likes Received:
    0
    Hi - For the sliders on the Homepage, there is a photo and then there is a slider description. The slider description appears in a black box on the left side of the slider image. The slider description "boxes" are obstructing some of the photo in each slider. Is there a way to make the "box" smaller? Or the font in the box smaller? Or a way to eliminate the black coloring in the box?

    FYI, my website is michelelisasalon.com ; you will notice the slider images have word definitions as the "slider descriptions."

    Thank you.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #slides .caption {
    border: none!important;
    background-image: none!important;
    }
     

Share This Page