Changing the color of the website title only, in the header (H1 tag)

I would like to change the H1 tag color in the header to #FFC633 but leave the other navigation links white

My theme is Publisher 2.0

I only want to change the color of the word BLAKONIK in the header to #FFC633

Thank you,

DeAnne

Hi @Blakonik

You can do that by add this CSS code at the bottom of your base.css file

.header__heading-link .h2 { color: #ffc633 !important; }

Hi @Blakonik

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css or theme.css

.header__heading-link .h2 {
    color: #FFC633 !important; 
}

Hope you find my answer helpful!

Best regards,

Richard | PageFly

Hello

I added the code to the bottom of my base.css file (see screenshot) but the color has not changed Please see https://www.Blakonik.com Did I do this right?

DeAnne

Hello

I tried to reply but it went to my initial posting.

Here is a screenshot of how i added the code you suggested. Did I do this right? I see no change in color. https://www.Blakonik.com

Hi RIchard.

I added the code but no change in color. Could you please take a look at the screenshot of how I added it to my base.css and let me know what I did wrong? Thank you!

Hello Richard,

I also tried placing the code you suggested on the 2 lines (I copied it) but I see no change in the text color of the name BLAKONIK https://www.blakonik.com

What did i do wrong?

you added the correct add code to the file but make sure you save everything for it to work