Header Text
-
Am I able to edit the color, size or placement of my header text?
Collin
The blog I need help with is: (visible only to logged in users)
-
If you have custom css access then you will be able to edit the color, size or placement of your header text. For more check out https://en.support.wordpress.com/custom-css/
So, let me know if you have access to custom css and the edit you want to do. Then I can provide you custom css.
-
I would like to also change the color of my Header text. I have access to custom CSS, but I am not experienced with it.
-
Hi Mariana,
The code will be as per your site design. I would like see your site. So, can you send us your site URL or screenshot image.
So, if you don’t have header image then, you can add the following css to change the color of site title and tagline. Change the color code as per your need.
/* Site Title Color */ .site-title a { color: #222; } /* Tagline Color */ .site-description { color: #555; }But if you have header image then for those pages, you need to add the following css:
/* Site Title with Header image Color */ .absolute-header .site-title a, .absolute-header .site-description { color: #fff; }Regards,
Sakin
- The topic ‘Header Text’ is closed to new replies.