Plug-in affected stylesheet

Discussion in 'RoadFighter WordPress Theme' started by sequentialmac, Nov 15, 2013.

  1. sequentialmac

    sequentialmac New Member

    Joined:
    Sep 22, 2013
    Messages:
    9
    Likes Received:
    0
    I installed a new plug-in and realized that it changed the white text that is on the slider boxes. Is there an easy way I can fix this so that the text ONLY on the sliders is white like it used to be?

    www.sequentialmac.com is my page.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .flex-caption h1 a {
    color: white ! important;
    }
    .flex-caption p {
    color: white ! important;
    }
    In place of "white" you can put your color or color code.
     

Share This Page