Change color of button in e-news widget

Homepage Community Forums Epik Theme Support Change color of button in e-news widget

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14554
    jasonhjh
    Customer

      Hi,

      I’m using the epik theme-darkblue and I was thinking of changing the color of the submit button because right now the button looks missing: http://jasonhjh.com

      Anyone knows the CSS class for the submit button in e-news widget?

      I tried these but they didn’t work:

      .enews-widget input[type=”submit”] {

      background: #FF0000;

      }

      I tried to edit only the <p> color for the widget that appears after my single post and they didn’t work too:

      .enews .entry:after p{

      color: #FFF;

      }

      Any ideas?

      #14565
      Jessy
      Customer

        If you edit your style.css, you can remove this code from line 3141 – .epik-darkblue input[type="submit"]

        Then add it on its own line which will separate it from the other code. You can add it on its own line like so –

        .epik-darkblue input[type="submit"] {
        	background: #d91420l;
        }

        You can change the color to whatever you want and it should change that button instantly.

        #14569
        jasonhjh
        Customer

          Thank you so much Jessy! That was a real quick fix!

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘Change color of button in e-news widget’ is closed to new replies.