-
AuthorPosts
-
October 16, 2015 at 4:55 pm #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 ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
October 19, 2015 at 4:26 am #705768Hi @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 ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
October 19, 2015 at 4:26 am #752099Hi @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 ?
October 19, 2015 at 1:11 pm #705900Here 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.
October 19, 2015 at 1:11 pm #752166Here 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 ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
October 20, 2015 at 9:23 am #706016Hi @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;
}1 user says Thank You to Adam M for this useful post
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
October 20, 2015 at 9:23 am #752270Hi @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;
}1 user says Thank You to Adam M for this useful post
October 20, 2015 at 12:13 pm #706075Perfect! Many thanks.
October 20, 2015 at 12:13 pm #752292Perfect! Many thanks.
-
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by sujithpeiris 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum