This topic has 2 replies, 2 voices, and was last updated 11 years by SQadmin.

  • Author
  • #3084
     launchpioneers
    Participant

    It would be nice to have a text widget with icon selector to match the other Kleo widgets.

    #3115
     SQadmin
    Keymaster

    We will do some tests and see if we can somehow modify the original widgets.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #3774
     SQadmin
    Keymaster

    A solution for this can be do to it from css for each widget. You need to inspect each element with Firebug for example and see widget wrapper class. For example to the search widget add a search icon before the title:

    COPY CODE
    
    .widget_search h5:before {content: "";font-family: FontAwesome;}
    

    Look here for icons and what to put inside the content attribute:
    http://astronautweb.co/snippet/font-awesome/

    Add the css to Sweetdate -> Styling options -> Quick css

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?