Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6089947
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:09:26+00:00 2026-05-23T12:09:26+00:00

In my jQuery themebuilder built theme I have 5 different ui-icons_* files. Two of

  • 0

In my jQuery themebuilder built theme I have 5 different ui-icons_* files.
Two of them are in an orange shade corresponding to the highlight color.
I want to use an orange icon as a bullet.

My first attempt gives the icon on it’s own row.

<div class="heading">
    <span class="ui-icon ui-icon-triangle-1-e" ></span>
    Meeting
</div>

My second attempt gives the icon but not aligned properly.

<div class="heading">
    <span class="ui-icon ui-icon-triangle-1-e" style="display:inline-block"></span>
    Meeting
</div>

Adding the following style makes the text align with the icon:

.heading { vertical-align: top; }

http://jsfiddle.net/rypyP/1/

The color i want is in the ui-state-active set, so if I add that state to the containing unit it gets the correct color, but with the whole enchilada (border, background color, text color) and I just want the bullet point orange.

<div class="heading ui-state-active">
    <span class="ui-icon ui-icon-triangle-1-e" style="display:inline-block"></span>
    Meeting
</div>

http://jsfiddle.net/MEXQV/1/

Can I get just the icon from a particular ui-state in a jQuery theme without rewriting the css?

If that is not possible, what way would you suggest and why?

SOLUTION

Stylesheet:

.heading
{
    vertical-align: top;
}

Html:

<div class="heading">
    <span class="ui-state-active" style="border: 0px">
        <span class="ui-icon ui-icon-triangle-1-e" style="display:inline-block; border: 0px">
        </span>
    </span>
    Meeting
</div>

http://jsfiddle.net/rypyP/4/

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T12:09:27+00:00Added an answer on May 23, 2026 at 12:09 pm

    If you just want to get the icon of a particular ui-state, you can do this:

    <div class="heading">
    <span class="ui-state-active ui-icon ui-icon-triangle-1-e " style="display:inline-block"></span>
    Meeting</div>
    

    What it does is it will look the specified icon on jQuery’s default theme icon set (it has four icon sets by default — active, default, highlight, and error). If you want to remove the borders etc, you’ll have to override the ui-state class in your own css, e.g: adding .ui-state-active { border: 0px; }

    Thanks.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

jQuery selectors are wonderful, but I sometimes I find myself typing them over and
jQuery 1.7.1 - I'm using jQuery tabs widget in my JSP and have the
jQuery's deferred's have never liked me, and I've never been fully able to understand
jquery update breaks when jquery, itself update input value!! i have some input boxes
jQuery $(div span[z*='w']:last-child).css({color: red}); and the html <div> <span z=ww>Sam</span> <!-- Didn't works -->
jQuery 1.7.1, jQuery UI tabs. I have the following HTML representing tabs, <div id=tabs>
I am in a situation where I have two WordPress plugins that include the
jQuery.parseJSON and JSON.parse are two functions that perform the same task. If the jQuery
Jquery Mobile Transition effects have a clumsy behavior in Android PhoneGap app.The same transitions
jQuery has cool methods like getJSON, get and load. However all of them in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.