Styling Default bullets leading the Glossary terms.

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
Linju
Jr. Propeller Head
Posts: 2
Joined: Tue Jun 11, 2019 10:10 pm

Styling Default bullets leading the Glossary terms.

Post by Linju »

Hi,
Can anyone please tell how to style the the Glossary terms in my online output (used Glossary Proxy to display the glossary terms).
I want to make the Glossary Term bold and remove the default bullet style and for this tried changing a.GlossaryPageTerm but I guess I am doing something wrong, the style is not being applied.
I was able to change the Glossary Definition style but, the Term is using the default style.

Thanks,
You do not have the required permissions to view the files attached to this post.
Vibeke B
Propeller Head
Posts: 73
Joined: Thu Mar 15, 2018 7:14 am
Location: Denmark

Re: Styling Default bullets leading the Glossary terms.

Post by Vibeke B »

Hi!
I have the same problem. Did you ever find a solution? Do you want to share it?
-Vibeke
ChoccieMuffin
Senior Propellus Maximus
Posts: 2630
Joined: Wed Apr 14, 2010 8:01 am
Location: Surrey, UK

Re: Styling Default bullets leading the Glossary terms.

Post by ChoccieMuffin »

My initial thought would be to examine the source code on the resulting web page. I don't use glossary items in our stuff (CHM and PDF - really old, glossaries not much use) but if you press F12 (I think) you can take a good look at what the browser is looking at. You might need to add another style to your stylesheet to force it to behave as required.
Started as a newbie with Flare 6.1, now using Flare 2023.
Report bugs at http://www.madcapsoftware.com/bugs/submit.aspx.
Request features at https://www.madcapsoftware.com/feedback ... quest.aspx
wclass
Propellus Maximus
Posts: 1238
Joined: Mon Feb 27, 2006 5:56 am
Location: Melbourne, Australia

Re: Styling Default bullets leading the Glossary terms.

Post by wclass »

We modified "ul.MCGlossaryProxy_0"
Look under ul - we set the list-style-type to none
Margaret Hassall - Melbourne
Vibeke B
Propeller Head
Posts: 73
Joined: Thu Mar 15, 2018 7:14 am
Location: Denmark

Re: Styling Default bullets leading the Glossary terms.

Post by Vibeke B »

I cannot find ul.MCGlossaryProxy_0 or anything like it anywhere. When I inspect the page in a browser, I can see that the li is used, but I cannot see where it is defined.
ChoccieMuffin
Senior Propellus Maximus
Posts: 2630
Joined: Wed Apr 14, 2010 8:01 am
Location: Surrey, UK

Re: Styling Default bullets leading the Glossary terms.

Post by ChoccieMuffin »

Vibeke B wrote:I cannot find ul.MCGlossaryProxy_0 or anything like it anywhere. When I inspect the page in a browser, I can see that the li is used, but I cannot see where it is defined.
Try adding it to your stylesheet and then regenerate your output. That should sort you out.
Started as a newbie with Flare 6.1, now using Flare 2023.
Report bugs at http://www.madcapsoftware.com/bugs/submit.aspx.
Request features at https://www.madcapsoftware.com/feedback ... quest.aspx
Post Reply