StyledThemes

Bottom Title Widget

Home Forums WordPress Themes – Premium Pure & Simple Bottom Title Widget

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16861
    designteam
    Participant

    How do I change the bottom widget title color? The bottom widget title color isn’t an option to be changed in the customize area…

    I must be missing something?

    #22201
    Sushil Adhikari
    Moderator

    Hi Delma,

    Now we don’t have customizer setting to change bottom widgets title color, but we will soon make it available on next update. So for now you can use following css to fix your issue:

    #bottom-wrapper .widget-title {
    color: #eeee22 !important ;
    } 

    You can change value of color Property as per your requirement, [For Reference : http://www.w3schools.com/cssref/css_colors.asp ].

    Note: Please use custom css plugin or child theme to write css, otherwise your changes will lost on theme update.

    Thanks

    #16862
    designteam
    Participant

    Perfect Sushil! Thank you

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