[Resolved] How to edit side widgets only

Home Forums Support [Resolved] How to edit side widgets only

Home Forums Support How to edit side widgets only

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #277138
    Miguel

    Dear Tom,

    How to edit the side widget font only (size, color, etc).

    I didn’t want this changes to affect the footer widgets.

    Many thanks!!

    Miguel

    #277139
    Leo
    Staff
    Customer Support

    Hi Miguel,

    Try this CSS:

    .sidebar .widget {
        font-size: 25px;
        color: #ffffff;
    }

    Let me know.

    #277147
    Miguel

    That is awesome. And is there a way to edit the space between the title of the widget and the links below it?

    Thanks Leo!

    Miguel

    #277148
    Leo
    Staff
    Customer Support

    Try

    .widget-title {
        margin-bottom: 20px;
    }
    #277153
    Miguel

    That did it! Excellent. Thank you so much! You guys rock.

    #277156
    Leo
    Staff
    Customer Support

    You’re welcome!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.