• Resolved pankajmca2

    (@pankajmca2)


    Hi,
    I want to change the font size of my website tagline and already used site-description.

    Site-description is changing the font size of my post title also that I don’t want.I need to change the font size of tagline only. I am using pinboard theme.

    Please help.

    Regards,
    Pankaj Sinha
    https://www.samsunguser.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • martcol

    (@hotmale)

    It doesn’t matter so much that you have already used #site-description. You can use that in a rule again so long as you respect the cascade.

    You should add any edits to your CSS using the themes own function if it has it or a CSS plugin or a child theme.

    #site-description {
      font-size: 32px;
    }
    Thread Starter pankajmca2

    (@pankajmca2)

    Thanks for a quick reply but is there any other option. As I said ‘site-description’ is changing the font size of post title also. I want to change the font of tagline only.

    martcol

    (@hotmale)

    Hello, I have had a look at other pages of your site and though I admit I may be wrong, I cannot see how #site-description is affecting your post title.

    Maybe to convince me, you could post a link to a particular page and tell me which words are styled on #site-description?

    Thanks

    Thread Starter pankajmca2

    (@pankajmca2)

    Thanks a lot Martcol. I might have mixed some of the code. I reused this today and I can see what I wanted.
    Thanks a lot once again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change the font size of tagline’ is closed to new replies.