How to change color of x-feature-box-title

Hi guys

on the front page of my site

There are three feature boxes at the top, headed Driving lessons for beginners, not a beginner? and Are you feeling a bit anxious?

I want to make the titles clickable links to other pages on the site, coloured blue and underlined. I can underline them but they stay black. See: https://ibb.co/DzqK5Qt

I’ve tried the obvious CSS styling but I can’t make it work!

Can you suggest a solution?

Hey Steve,

Please add a class to those featured box elements then add this code in X > Theme Options > CSS:

.blue-headline.x-feature-box .x-feature-box-title a {
    color: blue;
    text-decoration: underline;
}

The code above assumes that the class your have added to the featured boxes is blue-headline.

Hope this helps.

That’s brilliant!

Thank you :slight_smile:

May I ask another question?

How can I make the website title - Broughton School of Motoring - H1?

Currently it’s H2 and I can’t see a way to change it.

Many thanks.

Hi Steve,

That is actually an H1 by default, but it seems you have customization on your child theme that makes that an H2, you need to go back to that customization and change back the tag to H1.

If you have a follow-up question regarding this website title, please write it on a new thread as this one is getting longer and hard to follow.

Thanks,

OK, many thanks for your help.

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.