Site logo

Archived topic

Header Text Colour

2 replies · Started by Harry on August 15, 2017

Viewing posts 1–3 of 3

Hi,

Is there any way to change the header text colour. I have tried most things but it is still black.

I've tried changing it from the colour tab (i've got the add-ons pack), and I've tried putting in custom CSS:

.site-header {
font-style: italic;
color: #edbf0f;
font-weight: bold;
font-size: 50px
}
Font weight and size css also do not change anything.
I have also tried it under .site-branding and using !important.

In the "inspect page source" tab on my site, it shows my css colour, #edbf0f, overwrites the colour inputed from the colour tab. But the text is still black.

I have also tried to do it through a header widget, which works for the colour, but now I can't change the font size:

.header-widget
{
color:#edbf0f;
font-style: italic;
margin-bottom: 10px;
float: left;
font-size:200px;
}

Any help would be appreciated?

Thanks

I think I have done it.

I have made a header widget, but instead of my website page title (the title I want in the header) being the "title" of the widget, it is the main text of the widget, and I have left widget title blank and hidden site identity.

Doing this I am now able to change paddings, fonts, colours, weights etc

Glad you found the solution :)

This archived topic is closed to new replies.