Support » Themes and Templates » Cannot change font size in meta data

  • Hello,
    Been using this Eximius theme for about a year.
    Trying desperately to change the font size in the meta data on the bottom of the posts.
    Specifically the font size connected to image: Comments
    Have tried everyway possible in the CSS editor.
    The trick must be changing it somewhere else, I have tried in posts.php and page.php even the main index.php and nothing will work.
    Any hints?
    I like this theme, but noone can see the comment section to add a comment unless someone has actually added at least one.

    Thank you very much much,

Viewing 6 replies - 1 through 6 (of 6 total)
  • Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.

    Thread Starter mbrighton

    (@mbrighton)

    sorry, here a link.

    just looking to change font size for the words such as ‘tags, comment, category’ that appear under a post. these words are too small. thank you,

    http://www.brightonyourhealth.com/children/frenchy-ways-to-eat-for-pleasure-good-health-regular-meals-times

    Edit style.css and increase the font-size value in:

    .postmeta {
        color: #666666;
        float: left;
        font-size: 9px;
        margin-top: 2px;
        padding-bottom: 10px;
        width: 538px;
    }
    Thread Starter mbrighton

    (@mbrighton)

    thank you very much for your help, it worked.
    for months, i have tried to do changes such as this through the style.css codes and i thought nothing worked.
    however, it was only tonight going to look at my blog from my ipod touch that i realized the changes i made were happening.
    let me explain.
    i had many coding changes over the past months, most of the time i would 1. make the change in the theme editor 2. update the changes 3. refresh my website to see the changes.

    often, the changes were not there. even with refreshing my browser and opening up a new page and typing in my website.
    this is why i thought none of my coding changes had any effect.
    why can i see the changes on another computer and not on the computer i made the coding changes on (even with refreshing browser, or typing address using a new page

    anyway, the font is now bigger and i appreciate a lot your help. thank you.

    If I read you correctly, it sounds like your browser is cacheing the website page. Look into the browser’s help to find how to clear cache.

    Thread Starter mbrighton

    (@mbrighton)

    Mille grazie Steve Wilson,
    That was it…i cannot believe how many hours i have wasted trying to understand why changing codes in my theme editor would hardly ever work. I guess as they say in French “je suis nulle” (i know nothing).
    It was because of the temporary internet files. A refresh or even reopening of the webpage would not show the changes on my computer i was working on. Now of course, I know what to do.
    Thanks a lot for your help-now I can actually see the results of playing around with codes.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Cannot change font size in meta data’ is closed to new replies.