Page title transparency in slider

Homepage Community Forums Legacy Theme Support Page title transparency in slider

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #4602
    Cloud9Brian
    Customer

      Is it possible to change the box that details the page/post title on the slider to full transparency? so that only the title appears and not the semi-transparent box?

      #4607
      Wes
      Moderator

        The code that handles that is actually coming from the plugin’s css, so you would have to override it by adding something like this to your style.css file –

        .slide-excerpt {
            background: none !important;
            opacity: 1;
        }
        #4612
        Cloud9Brian
        Customer

          Thanks for the quick respons!…the css within the plugin itself seems to control opacity for everything – the text and box background. I was able to figure out how to get rid of the box completely, but now the font color is too light – and I need to change that – any idea where I would find the code for that?

          #4618
          Wes
          Moderator

            I would need a link to your site in order to see the issue.

            #4620
            Cloud9Brian
            Customer

              http://www.palenciafineartsacademy.cloud9localmarketing.com/

              on the slider – the page title, if I take away the box/transparency, then the text/font color is too light to be seen against the pictures…I would need to change it to white or something like that

              #4621
              Wes
              Moderator

                Add this to your css to override it –

                .slide-excerpt-border h2 a {
                    color: #fff;
                }
              Viewing 6 posts - 1 through 6 (of 6 total)
              • You must be logged in to reply to this topic.