Slider Description loose font color if use <center> tag

Discussion in 'Andrina WordPress Theme' started by deltabankna, Jul 9, 2013.

  1. deltabankna

    deltabankna New Member

    Joined:
    Jul 2, 2013
    Messages:
    5
    Likes Received:
    1
    In the Slider Settings, if I use the HTML tag <center> ... </center> in the Slider Descriptions, the font that ends up being displayed is no longer white, but is either a dark grey or some other color that causes it to almost disappear. Removing the center tags returns the font back to its white color.

    The center tags work fine in the Slider Headings. It is just the Slider Descriptions. Also, do the descriptions not have a font shadow like the Headings?
     
  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 center{
    color:#fff;
    }
    This will solve your issue.
     

Share This Page