How to change site title font in Tyche

Hi,

I would like to be able to change the font of the site title, I don’t find a way, can you please tell me?

Thank you!

Hello there,

I hope you are doing well today.

You would have to add some new CSS such as this:


.site-header .site-title {
    font-family: cursive;
}

You can also use the following plugin:

Best Regards,
Support

Hi,

I would like to change the colour of the text of my site slogan / tagline. What would be the appropriate css for that?

Thanks

Let me explain my requirement a bit more clearly. I used the following custom css to change the colours of the header and footer:

/* Hide Top Email Address /
.top-header-bar-container .top-header-bar li:first-child {
display: none;
}
/hide meta/
.widget_meta {
display: none;
}
/hide categories/
.widget_categories {
display: none;
}
/
Change background colour /
.top-header-bar-container {
background: #eaab76;
color: #000000
}
/
Change background colour of header and footer */
.site-header, .site-footer, .site-copyright {
background: #eaab76;
color: #000000
}

This changed the colour but messed up my menu links. The menu links do not appear (become invisible) once clicked. In the tablet and mobile view, the menu link drop-down does not appear at all. Please help at the earliest.

URL: https://demo.leluxebridalhair.com

Hi there

Menu links are appearing normally for me, have you fixed this problem?