Tagline Styling
-
hello,
I am using a theme that doesn’t support a tagline. So I modified the header php file adding <div class=”logo-description”><?php bloginfo(‘description’); ?></div>Now I have the tagline.
The issue is; I am unable to change the color and font size of the tag line. Given below is my header css code. I also want to align the tagline towards the right of my blog title.
}
#head h1 {
padding: 0px;
font-size: 2.8em;
color: #D16319;
font-family: Times New Roman, Arial;
}I did quite a bit of experimentation and tried to add site description font/ color/style etc. No success. I see no changes.
Could someone help please? Do I have to make some more changes in my header php file?
Many thanks
K
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Tagline Styling’ is closed to new replies.