• Resolved jessicamck

    (@jessicamck)


    I am trying to change the excerpt colour on the slider on my home page. It is currently black and it doesn’t show up well on my slider image so I want to change it to white. But if I do that in the Theme Typography, it also changes the font on my other pages to white which are on a white background and therefore isn’t visible. Is there a way to change the colour of the slider excerpt font without also changing the colour on the corresponding page it takes the information from?

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

Viewing 1 replies (of 1 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello @jessicamck,

    Please add the below CSS code additional CSS for that go to Dasboard >> Appearnace >> Customize >> Additional CSS >> Here you have to paste below CSS code >> Publish it

    #slider .inner_carousel p {
        color: #fff;
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Change font colour in slider’ is closed to new replies.