Change Color of Text Boxes on Slider Images

Discussion in 'Andrina WordPress Theme' started by sandymcdonald, May 29, 2013.

Thread Status:
Not open for further replies.
  1. sandymcdonald

    sandymcdonald Member

    Joined:
    May 29, 2013
    Messages:
    100
    Likes Received:
    1
    I saw your response to the previous post on this topic; however, I am not using the blue theme.

    I just upgraded from the andrina-lite to the pro version and would like the site to look exactly as it did in the lite version. I would like the green color but do not want the color of the text boxes on the slider images to be green. I want them to be the color of the lite version. What colors do I need to use in the code?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #slides .caption {
    background: rgba(20, 22, 19, .8);
    border: 1px solid rgb(28, 29, 27);
    }
     
  3. sandymcdonald

    sandymcdonald Member

    Joined:
    May 29, 2013
    Messages:
    100
    Likes Received:
    1
    Perfect! Thank you.
     
Thread Status:
Not open for further replies.

Share This Page