Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • ezziemac Friend
    #163874

    Hi,

    No bullets are displaying. I am using IE, but I also checked it in Firefox.
    I have included a screenshot of where bullets should be.
    When I use code view, the code seems correct.

    http://www.dynamichcs.com/joomla16/index.php/en/


    1. No_Bullets_capture
    khoand Friend
    #390855

    Hi,
    Because http://www.dynamichcs.com/joomla16/plugins/system/jat3/jat3/base-themes/default/css/addons.css file redefined list-style of <ul>

    ul {
    list-style: none;
    }

    So, when you put <ul> while you edit article, you add style=”list-style: circle; padding-left: 30px;” into <ul> like that

    <ul style="list-style: circle; padding-left: 30px;">

    ezziemac Friend
    #391002

    I’d love to edit that addons.css file, but I can’t find it!
    Where?

    khoand Friend
    #391217

    There is <joomla url>/plugins/system/jat3/jat3/base-themes/default/css/addons.css. You remove this code

    ul {
    list-style: none;
    }

    – Add this code into <joomla url>templatesja_ravecsstemplate.css file


    .column ul
    {
    padding-left: 30px !important;
    }

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  khoand 13 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum