• Resolved JasonKramar

    (@jasonkramar)


    Hi – I am trying to change the color of the text that sits over the sliders but I am not finding a location for that. I also did not see this mentioned in the forum.

    Can you please help me locate where to change this?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author shufflehound

    (@shufflehound)

    Hello,

    You can try this solution by pasting it under Maskitto Light Options > CSS Code:

    .slide-info {
        color: blue!important;
    }
    Thread Starter JasonKramar

    (@jasonkramar)

    Ok – Awesome thanks. Is there a way to make the larger text or title above change color too?

    Theme Author shufflehound

    (@shufflehound)

    For the title you can use this:

    .slide-title{
        font-size: 58px!important;
        color: green!important;
    }

    Hi,

    How do you change the actual font on the slider?

    Many thanks

    Theme Author shufflehound

    (@shufflehound)

    Hello,

    Maskitto Light does not have multiple font support, if you are interested soon we will launch new premium theme where custom fonts will be no issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change color of Slider Text’ is closed to new replies.