Shape 5

Joomla Templates => City Portal - January - Club => : CoalitionGuy October 27, 2009, 09:38:58 PM



: Need help changing category icons for "section layout" pages.
: CoalitionGuy October 27, 2009, 09:38:58 PM
  Hi,
I find the many differences in coding from one template to another here at shape5 make it difficult to change important elements of typography.

I have made a section called "some section." I made a menu item pointing to that section as an "articles-->section layout."
I then made 13 categories for that "some section."

When I go to that page (section layout) there's a listing of all the categories with a horrible "option 6" bullet displayed, and I want to put the same image for all of those category type listings.

How can I do this, and where are the edits made?

Walt.


: Re: Need help changing category icons for "section layout" pages.
: jonahh October 28, 2009, 11:45:58 AM
Would you be able to post a URL of this?


: Re: Need help changing category icons for "section layout" pages.
: CoalitionGuy October 28, 2009, 01:31:37 PM
I have included a "gif" image so you can see exactly what I'm talking about.  The black dot within the red circle is what I want to replace with my own image.

Your help would be much appreciated.

Thanks,

Walt.


: Re: Need help changing category icons for "section layout" pages.
: jonahh October 29, 2009, 12:43:11 PM
This is the default Joomla bullet so if you want to change this here you would either have to open up the php file that outputs these bullets or you can change it by adding the below to the bottom of your editor.css file but note this will be site wide.  Change the image to whatever you desire, I just choo

ul li {
background:transparent url(../images/typography/s5_ul_arrow.png) no-repeat scroll left top;
padding:1px 18px;
}


: Re: Need help changing category icons for "section layout" pages.
: CoalitionGuy October 29, 2009, 08:56:49 PM
That didn't work at all Jonah.

It seems to work, a little in, template.css.css
If that's the joomla default bullet, where can I find it.  I looked everywhere.

Walt.


: Re: Need help changing category icons for "section layout" pages.
: jonahh October 30, 2009, 01:04:33 PM
The default should be located here:

template_css.css (line 51)

.s5_backmiddlemiddle_m ul {
line-height:21px;
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
padding-left:15px;
}