• 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)
  • you need to style:

    .logo-description { }

    however, it is not within the scope of this WordPress forum to teach basic formatting – please ask at a general webmaster forum – it will help if you provide a link to your site.

    Thread Starter kavil

    (@kavil)

    Thank you. I will check some other forums. However, I do hope that someone on this forum would be able to guide me about how to style log-description using php coding.

    K

    Thread Starter kavil

    (@kavil)

    This is an update;

    I have managed to change the site description style. I changed the css coding.

    Thanks
    K

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tagline Styling’ is closed to new replies.