Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #100385
    michael
    Participant

    hello,

    i would like enlarge the police of my sidebar title and the elements (subtitle) for all my widget?

    the code following it’s ok for center the title, i trying font-size code but not is not working

    #secondary .widget {
    text-align: center;
    }
    #secondary .widget-title {
    text-align: center;

    thank you

    #100389
    Mahesh
    Keymaster

    @micwilly: Use the following CSS for font-size:

    #secondary .widget .widget-title {
        font-size: 25px;
    }

    Note: Adjust the font-size as you desire.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘customize sidebar title and elements’ is closed to new replies.