Home Forums Pro Themes WEN Corporate Pro Change colour of writing in the slider bar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #67233
    Vicki Inker
    Participant

    I would like to change the colour of the writing in the slider bar but can’t seem to find the right place

    #67264
    wensolutions
    Keymaster

    Hello @beautifullycalm,

    To change the color of the text in the slider use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    Title

    #main-slider.design-2 h3 a {
        color: #024663;
    }

    Content

    #main-slider.design-2 p{
    color: #024663;
    }

    You can change the color code as per your requirement.

    Hope this helps.

    Best Regards!!

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