• Resolved barj9999

    (@barj9999)


    I’m trying to change sidebar font size in godaddy frames. ‘Ive tried several different code options in the child. I update the child, nothing changes I’m new at wordpress.

    Any help please?

Viewing 6 replies - 1 through 6 (of 6 total)
  • What is your site url

    Thread Starter barj9999

    (@barj9999)

    robynstroud.com

    In your Child Theme or CSS Editor Plugin try this code:

    .widget-container ul li, .widget ul li {
        font-size: 14px;
    }

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS or PHP files, they’ll be deleted when the theme is updated.

    Thread Starter barj9999

    (@barj9999)

    i plugged it in and it didnt change the font. Not sure what i’m doing wrong.

    /*
    Theme Name: Go Daddy Frames Child
    Template: gdgallery
    Author: Child Theme Configurator
    Version: 1.0.1428956338
    Updated: 2015-04-13 20:18:58
    */

    .widget-container ul li, .widget ul li {
    font-size: 20px;
    }

    I put it in the child and hit update

    Not sure what’s going on then sorry.

    Thread Starter barj9999

    (@barj9999)

    Thanks. Still looking for help with this.
    Either I don’t have the correct code or I’m not doing the child override process correctly.

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