Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thanks TQ! I ended up just copying the CSS to a text file and saving it (but I’d be curious to know if others are having trouble with the child theme or if it’s just me). All I really wanted was to make sure my changes to the theme don’t get overwritten with any wordpress updates. For the title font size, you can change the font-size in the style.css. I use header2 and changed it to 55px:

    #site-title2 a {
    color: #000;
    font-size: 55px;
    line-height: 36px;
    text-decoration: none;
    text-align: center;
    }
    #site-title a {
    color: #000;
    font-size: 40px;
    line-height: 36px;
    text-decoration: none;
    text-align: center;
    }

    Hi Imon,

    I’m loving the Hathor theme so thanks for your hard work on that. However, I seem to have endless problems creating a child theme. I created the .css file with the appropriate folder and parent theme. The child theme will activate but nothing is there. As a last resort I took your recommendation and used the Orbisius Child Theme plugin. It created everything properly, but again… my webpage is blank. Is this a bug? I’m sure I’ve done everything right to create the child themes.

    Thanks for any help!
    Amandasana

Viewing 2 replies - 1 through 2 (of 2 total)