How to customize widget titles ?

  • Posted in : Editor
  • Banouv
    Participant

    Hi,

    How to customize widget titles ? mean color, font size etc etc ?

    I tried to use this custom CSS code but nothing happened :

    .widget-title {
    color:#dd8375
    margin-bottom: 1.6em;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 700;
    }

    Thanks

    serkan
    Moderator

    .social li a {
    background-color: #deefe7;
    margin-right: .3em;

    after this code you forgot the brace. It should be like this

    .social li a {
    background-color: #deefe7;
    margin-right: .3em; }

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register