#1
Posted 16 January 2013 - 01:05 PM
#2
Posted 16 January 2013 - 01:48 PM
Hi,
If you wish to do this, you will need to add a custom class to your <ul> tag and then use custom CSS. However, there is a much easier way to do this, simply use Font Awesome, we have an example on our Font Awesome documentation which can be found towards the bottom of the doc.
#3
Posted 16 January 2013 - 02:26 PM
#4
Posted 16 January 2013 - 02:58 PM
Danny cant spell
#5
Posted 16 January 2013 - 03:09 PM



#6
Posted 16 January 2013 - 04:41 PM
Please add #page before .listStandar
#7
Posted 16 January 2013 - 05:12 PM
Hi Catrina.
#8
Posted 16 January 2013 - 05:51 PM
Hm there may be some other CSS overriding yours. Do you have any ul CSS that is specifying list-style-type: none?
Try adding:
#9
Posted 16 January 2013 - 10:20 PM
I suspect that somewhere in your CSS, there is a default for the ul or li that tells it to display:none;
You'll have to find that element or, add a class to each <li> which then specifies the list-item.
Add to your CSS display:list-item;
I'm not seeing .ul.listStandar ul {display:list-type;
list-style-type: square !important;
}
or
.ul.listStandar li {display:list-type;
list-style-type: square;
list-style: square;
}
or
.ul.listStandar ul li {display:list-type;
list-style-type: square;
list-style: square;
}
As a result, the unordered list is getting the CSS command, but each individual list item is defaulting to any CSS telling li to display none.
For example, the default compiled CSS for the ordered and unordered lists hides the list type
Though you're using a class for the specific group of an unordered list, you did not specify that the class applies to the UL under it as in:
.ul.listStandar ul {
list-style-type: square;
}
Also tagged with one or more of these keywords: boxes
Remove links in title and picture in boxStarted by bobbekaer , 16 May 2013 |
|
|
||
Text bleeding out of boxes into sidepanels !Started by pagelineswebdesign_kz , 16 May 2013 |
|
|
||
PageLines Framework →
Technical Support →
Different background (class texture) for two boxesStarted by velneo , 15 May 2013 |
|
|
||
Boxes idStarted by bauerhaus , 14 May 2013 |
|
|
||
PageLines Framework →
Technical Support →
boxes + responsive cssStarted by helvetik_a , 30 Apr 2013 |
|
|













