• northoftynedevolution

    (@northoftynedevolution)


    Is it possible to change the colour of the text on the featured slider posts (ie the post title and expert of any posts tagged as ‘featured’?

    The text is currently white and is difficult to read over lighter images.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello northoftynedevolution,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    /*** Silder Title Color ***/
    .slider-title a {
      color: #138d3b;
    }
    
    /*** Slider description ****/
    .slider-meta p {
      color: #138d3b;
    }
    
    /*** Button text color and border color ***/
    .slider-meta .more-link-text {
      color: #138d3b;
      border: 3px solid #138d3b;
    }

    Hope this will helps you.

    Thanks !

    Thread Starter northoftynedevolution

    (@northoftynedevolution)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Featured slider text colour’ is closed to new replies.