help me i'm noob girl
-
how do I put the color purple in my blog title, and I want to put the text box transparent highlighting the letters as I do this feat?
The blog I need help with is: (visible only to logged in users)
-
Welcome!
I checked http://djdanone.wordpress.com/ and I see you’re using the Splendio theme. If you mean you want to make the “djdanone” site title at the top purple, add this to your Appearance → Custom Design → CSS page:
#branding hgroup .site-title a, #branding hgroup .site-title a:visited { color: #6C2F7F; } -
I want to put the text box transparent highlighting the letters
Some of the little color blocks used in the Splendio theme header are done with a background image.
Here is the image, if you look closely you’ll see a light blue and tan color block.
http://s0.wp.com/wp-content/themes/pub/splendio/images/header-left-bkg.pngYou can remove that background image using the following CSS:
#header #branding { background: none; }However, I’m not sure that’s really the result you want because the header background is already transparent and the white background color is actually set once for the entire theme through the “#wrapper” ID.
Perhaps we need to look at it another way. What is your end goal?
- The topic ‘help me i'm noob girl’ is closed to new replies.