Home Forums Weaver Xtreme Theme How to change font properties for TITLES of widget on sidebar?

Topic Resolution: Answered
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #72969
    Answered
    BloggerDave
    Participant

    On my sidebar, I have some widgets with titles like “Follow me on Facebook”, “Search this site”, “Categories”, etc. I would like to change the size and color of those titles, but I cannot figure out how/where to change them.

    From “Sidebar and Widgets”, I can change the properties of the content texts, but I need to change the title texts.

    https://notbreadalone.org/

    TIA!

     

    #72970
    User
    Participant

    @BloggerDave

    Use Weaver Options > Main Options > Sidebar & Layout> Wisget Title Text Color….

    Regards!

    #72972
    BloggerDave
    Participant

    @User, thanks for your reply!

    I just tried it and changed the Widget Title Text Color to green, but it doesn’t seem to have any effect. The title text still shows its stubborn brown color.

    Interestingly, in the same section, I could change the Widgets Title BG Color and it works, but changing the Widgets Title Text Color doesn’t work.

    #72973
    User
    Participant

    @BloggerDave

    Hmmmm…..  Try adding: !important

    after the color.

    e g.  #fffff!important

    Regards!

    #72974
    BloggerDave
    Participant

    I entered #dd3333!important, but it still didn’t change the color.

     

    #72976
    Best Answer
    User
    Participant

    This reply has been accepted as the best answer.

    @BloggerDave

    I see that you have settings:
    .widget-title { color: #DD3333; } and
    h3, h4, h5, h6 { color: #966616 !important; }
    which seem to be conflicting.

    Under Customize > Custom CSS > Additional CSS – WP Setting > insert

    .widget-title { color: #DD3333!important; }

    Regards!

    #72977
    BloggerDave
    Participant

    ^ That was it. Thank you!

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