CSS Site Title Color Change? Intergalactic Theme and Premium Subscription
-
Hi all!! Just purchased a Premium subscription so I could change my site title (and maybe tagline) from white to #FF3D14
However, I have been perusing the forums for a while now and unfortunately none of the CSS codes have helped me do what I want. If I am correct, do I just need to enter:.sitename a {
color: #FF3D14 ;
}
.tagline {
color: #FF3D14 ;
}
into the appropriate CSS box in “Customize” ? Also – do I need to be mindful of spaces between characters (like the space between the color code and the semicolon??) I would appreciate any help :-)
my blog is birminghampatriots.wordpress.com
The blog I need help with is: (visible only to logged in users)
-
Hi birminghampatriots
h1.site-title a { color: #FF3D14 !important; }p.site-description { color: #FF3D14 !important; }To know more about how to add custom CSS here is the support document for that: https://en.support.wordpress.com/custom-design/editing-css/
Hope this helps.
-
-
- The topic ‘CSS Site Title Color Change? Intergalactic Theme and Premium Subscription’ is closed to new replies.