Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • sujithpeiris Friend
    #705472

    Hello,

    I’m trying to find the css for the list tag when an article is displayed as a Tag Blog. As part of a Tag Blog the unordered list items are separated by lots of space and a thin gray line. In a single page article or a category blog the same article displays them like a plain list, no space and no lines.

    In the rendered html there is a <ul style=”list-style-type: disc;”>

    I am using University T3 1.1.3 and T3 Framework 2.5.1 and Joomla!3.4.4

    I want ullists to always display as just plain lists. If I need to add custom css, can you tell me how to do it?

    Thanks.

    Adam M Moderator
    #705768

    Hi @sujithpeiris,

    Could you please setup an example page in your site and let me know the url to that page so I can check and provide appropriate CSS code ?

    Adam M Moderator
    #752099

    Hi @sujithpeiris,

    Could you please setup an example page in your site and let me know the url to that page so I can check and provide appropriate CSS code ?

    sujithpeiris Friend
    #705900

    Here is a page that shows how I don’t like it

    http://www.mahamevnawa.ca/index.php/activities/meditation

    Here is the same list the way I want the page to look.

    http://www.mahamevnawa.ca/index.php/learn-meditation

    Thanks.

    sujithpeiris Friend
    #752166

    Here is a page that shows how I don’t like it

    http://www.mahamevnawa.ca/index.php/activities/meditation

    Here is the same list the way I want the page to look.

    http://www.mahamevnawa.ca/index.php/learn-meditation

    Thanks.

    Adam M Moderator
    #706016

    Hi @sujithpeiris,

    Please open file /templates/ja_university_t3/css/custom.css then add this code :

    .tag-category .category ul {
    margin-bottom: 10px;
    }
    .tag-category .category li {
    border: none;
    padding: 0;
    }

    Adam M Moderator
    #752270

    Hi @sujithpeiris,

    Please open file /templates/ja_university_t3/css/custom.css then add this code :

    .tag-category .category ul {
    margin-bottom: 10px;
    }
    .tag-category .category li {
    border: none;
    padding: 0;
    }

    sujithpeiris Friend
    #706075

    Perfect! Many thanks.

    sujithpeiris Friend
    #752292

    Perfect! Many thanks.

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

This topic contains 9 replies, has 2 voices, and was last updated by  sujithpeiris 9 years ago.

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