widget font size

  • Masters

    #7999

    The graphene theme is verry great to use, has solved a lot of problems for me – thank you

    I found in a topic how to change the widget title test size, but how can I change the text size for all the texts in the widgets.

    When I change the content text size of the content text from display/text style option (witch I want it for the post content) all the texts size change, including the widgets text size and they dont look good:

    an.png

    Uploaded with ImageShack.us

    How do I change the text size and alineate it so is not so close to the edges?

    Then how do I remove the black points bullets that stay outside the widgets?

    Thank you!

    Anonymous

    #40033
    Quote:
    How do I change the text size and alineate it so is not so close to the edges?

    .sidebar-wrap {
    font-size: 12px;
    padding: 6px;
    }
    .sidebar-wrap h3 {
    font-size: 18px;
    }

    Quote:
    Then how do I remove the black points bullets that stay outside the widgets?

    #sidebar1 ul li {
    list-style: none;
    }

    Masters

    #40034

    Thank you, that worked perfectly!

    Anonymous

    #40035

    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.