How to change the gray line around the caption in slider

Homepage Community Forums Legacy Theme Support How to change the gray line around the caption in slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3453
    Emma1202
    Customer

      I’d love to change the gray line around the caption box on the slider to green, but I can’t find where I can put the color code in the CSS file.  Am I looking at the right place?  The mock site is: http://www.jmmlifecoaching.com

      Thanks!

      #3459
      Eric
      Customer

        The plugin itself has its own css file, and that’s where it’s pulling the code from. You can add the following code to override it in your style.css file –

        html > body .slide-excerpt-border {
        border: 1px solid #537D00 !important;
        }


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #3461
        Emma1202
        Customer

          Thank you!  Worked like a charm!

          Happy Easter!

          #3466
          Eric
          Customer

            You’re Welcome Emma!


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.