Viewing 11 replies - 31 through 41 (of 41 total)
  • I have the same problem, made the child. Could you perhaps help out regarding what should be in it?

    Another problem, when I use the child my header picture changed back to the original picture from the theme and my own header is nowhere to be found.

    At the moment my child looks like this, I want both the text in my blogs smaller and the title:

    /*
    Theme Name: Brunelleschi Child
    Author: Janet
    Template: brunelleschi
    */@import url(“../brunelleschi/style.css”);

    #main textarea {
    font-size: 14px;
    }

    Thread Starter davidehenderson

    (@davidehenderson)

    I’m back on the grid and still seeking a solution to adjust the post title/headline font smaller on the Brunelleschi theme for WordPress. I have created a child theme but no changes to css stick. For example, it was suggested that I use the following css code to resize the post title font but it remained unchanged:

    }
    #main .entry-title {
    font-weight: normal;
    color: #000;
    font-size: 2em;
    line-height: 1.3em;
    margin-bottom: 0;
    }

    It appears to me that something in Brunelleschi overrides any attempt at change.

    Does anyone have any ideas?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you again try to link both the CSS and HTML, for one relevant page, using Pastebin.com?

    Thread Starter davidehenderson

    (@davidehenderson)

    Andrew,

    I spent hours attempting to do that last week. I guess I am failing to understand what is needed and how to accomplish it.

    David

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you upload your website instead?

    Thread Starter davidehenderson

    (@davidehenderson)

    Sure. It is WordPress. What part needs to be uploaded and to where?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It might be worth asking the ‘how to’ forum.
    By the way if anyone advises you to pay for hosting, try googling free hosting (remember it’s just for testing), then follow instructions there.

    Thread Starter davidehenderson

    (@davidehenderson)

    Andrew,

    Thank you but I think it’s just going to be simpler and far less time-consuming to use another theme.

    Appreciate your help.

    David

    Hi Davidehenderson,
    before you change themes, you may want to look at a Youtube on how to change fonts & font sizes. I haven’t watched it yet. Just now found it. The other thought that I’m considering buying the Headway Themes from WordPress. This apparently would allow me to make changes on my themes without having to know code. They do have a 36hr download demo.
    So for now, I plan on starting by looking at this youtube video, and going from there. Good luck! http://www.youtube.com/watch?v=LscbcJ0zJcc

    Thread Starter davidehenderson

    (@davidehenderson)

    Alegriagirl,

    I solved it. In the theme’s small css box, simply enter this code:

    }
    #main .entry-title {
    font-weight: normal;
    color: #000;
    font-size: 1.6em;
    line-height: 1.3em;
    margin-bottom: 0;
    }

    You can then easily change the font size (now set at 1.6em).

    Are you referring to the Style.css? There’s all this code in there, where would I place it?

Viewing 11 replies - 31 through 41 (of 41 total)
  • The topic ‘[Theme: Brunelleschi] Change post title font size’ is closed to new replies.