change characters in widgets

  • maralgizi

    #9971

    How do I change the font size in the widget?

    Mod

    Kenneth John Odle

    #45028

    I take it you’re talking about the list items within the sidebar?

    Add this to Graphene Options >> Display Options >> Custom CSS (or to your child theme style sheet, if you are using a child theme):

    .sidebar ul li {
    font-size: 100px;
    }

    Change 100px to whatever works for you.

    Moved to Support.

    maralgizi

    #45029

    it went ok

    thanks

    Mod

    Kenneth John Odle

    #45030

    Marking thread as resolved. You can do this yourself as well.

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.