• Anonymous User 11340336

    (@anonymized-11340336)


    someone PLEASE tell me where in the %$#@ the CSS property is to control the size of the article title on the main page and the article page???? Two hours spent hunting for it, removing blocks of code in firefox developer css view to try to isolate it. No luck. Why the %$#@ is this so hard? Can’t find it. Why can’t this be a prominent easy to find field??

    Please help: https://www.majormalfunctions.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • Try using a browser tool like Firebug – it shows this:

    .entry-header .entry-title {
        font-size: 1.57143rem;
    }

    Make very sure that you are not making any changes to theme files – instead you should make them to Custom CSS using a plugin or create child theme – otherwise your changes will be overwritten and lost when WP is updated. Further, it’s crucial to have a clean copy of the default theme for troubleshooting purposes.

    Thread Starter Anonymous User 11340336

    (@anonymized-11340336)

    Thanks. I tried changing that field again and and again and it doesn’t do anything. Here is what I have it set to now:

    .entry-header .entry-title {
    font-size: 40px;
    font-size: 1.428571429rem;
    line-height: 1.2;
    font-weight: normal;

    You are using font-size property twice in your style. Just comment/remove the second one “font-size: 1.428571429rem;”

    Thread Starter Anonymous User 11340336

    (@anonymized-11340336)

    That doesn’t work either unfortunately. Every style in the stylesheet has two entries like that; one for px and one for em. I am using the Twenty Twelve theme. I am totally perplexed. Three hours invested so far. So frustrating. This should be such a simple thing to do

    Thread Starter Anonymous User 11340336

    (@anonymized-11340336)

    Finally got it. The only way to do it is as custom CSS . Editing the theme stylesheet does nothing. Doesn’t make sense

    Thread Starter Anonymous User 11340336

    (@anonymized-11340336)

    one more question… how can I get WP to stop constraining my image header size

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘where oh where oh where’ is closed to new replies.