• Hey all,

    I am using the OnePress Theme and I am making a wordpress site for a friend. I am doing it on one of my test domains at https://www.mohawkradiostream.com Its a pool service so don’t be alarmed if the domain name doesn’t match his New Coast Pools business. I’ll switch it over once he gets his domain name.

    My question is how can I manipulate the line-height: **%; on the title tags?

    I have a css plugin and I can put css that will effect the site globally or per page.

    I put this css in for it to effect the site globally and notice that I can change the title color to blue but can’t effect the line-height.

    .site-branding .site-title, .site-branding .site-text-logo {
    line-height: 110%;
    color: blue;
    }

    I usually use the line-height: 110%; on other sites and like the spacing between lines when the window narrowed down to its extreme and headlines are forced to drop a line.

    Right now the main title and all the titles on each pages have to much space between the lines when on a mobile device or on a desktop again when the window’s width is reduced as much as possible.

    Any ideas or suggestions?

    Thank you in advance!!!

  • The topic ‘OnePress Theme Help! Having Trouble Adjusting Line Height for Titles!’ is closed to new replies.