Slider Edits

I’m trying to change the look of the sliders …

Just change the H2 text and remove the categorys from the slider. It’s not needed for me.

I’ve edited flexslider.css to have ‘raleway’, sans-serif be the font, but it is clearly not reading raleway as the text.

And for the category, I’ve tried taking out the code from header.php, but it still appears.

thoughts?
http://urbntale.com

Hi @urbntale,

I hope you are well today and thank you for your question.

remove the categorys from the slider. It’s not needed for me.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.flex-caption .post-categories {
    display: none;
}
I’ve edited flexslider.css to have ‘raleway’, sans-serif be the font, but it is clearly not reading raleway as the text.

This is because the raleway font is not a web safe font and not included in the theme so you have to first include it in your site as described on the following pages or using the plugin solution.

Best Regards,
Movin