Font style in sidebar widgets

  • Posted in : Responsy WP
  • davidpalencia
    Participant

    How can I change the font style of the sidebar widgets so they look like headings (1, 2, etc)?? And if not possible, how could I at least set them to be bold? I’ve tried using tags in appearance/widgets of WP but it won’t show any changes.

    Thanks

    ahmetsali
    Keymaster

    Hi, add this code to Custom CSS box located under Theme Settings > Style tab;

    .sidebar h3 {
        font-weight: bold;
        font-size: 18px;
    }
    
    davidpalencia
    Participant

    Thanks a lot!

    How can I make them style? I tried typing tag in the title field but it won’t work. Thanks again

    ahmetsali
    Keymaster

    you can style them differently by adding more css properties to the code in my previous post; such as;

    .sidebar h3 {
        color: #096;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Responsy WP’ is closed to new topics and replies.