How to edit inline CSS

Hi guys

I should know how to do this but…

The tagline of my site https://www.broughtonschoolofmotoring.com/ is not visible thanks to some inline CSS.

I’d like to make it visible but can’t for the life of me find the line of CSS that I need to edit!

Can you point me in the right direction?

Hey Steve,

It looks like your site has some customization since the default X structure does not have the tagline added below the logo.

You may override the CSS code and force it to display by adding this code in X > Theme Options > CSS:

.masthead-stacked .x-logobar .site-tagline {
    display: block !important;
}

Hope this helps.

Works perfectly. Thank you very much!

We are delighted to assist you with this.

Cheers!

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