• Resolved mummyheartsyou

    (@mummyheartsyou)


    Good Morning,

    I was just wondering how you change the colour of the text in the slider. Its currently white, which is fine but I want to change the “comments” colour to white as well.

    Also, how would i change the font? It currently has two fonts and I would like it all to be the same. So the date and the comments I would like in the font style Summer Festival?

    Thanks in advance

    Anna-Marie

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

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

    (@siniplyrathemes)

    Hello, @mummyheartsyou.

    Thank you for contacting us. This piece of CSS should fix the colour of “comments”:

    .frontpage-slider .caption .read-more a {
    	color: #fff;
    }

    And this should make the font all the same, though I suppose you’ll need to make it bigger, once you switch it to “Summer Festival”. Therefore adjust 25px as you wish.

    .frontpage-slider .caption {
    	font-family: 'summer-festival';
    }
    .frontpage-slider .caption .read-more {
    	font-size: 25px;
    }
    .frontpage-slider .caption .date {
    	font-size: 25px;
    }

    FYI, Kale Pro has the whole section dedicated to custom fonts – https://help.lyrathemes.com/article/252-custom-fonts

    If you have any additional questions, feel free to ask.

    Kind regards.

    Thread Starter mummyheartsyou

    (@mummyheartsyou)

    Thanks so much for getting back to me and helping! Worked perfectly

    Many Thanks

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

The topic ‘Slider Text’ is closed to new replies.