Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
275
How do we change and stylize the separators?
posted

I would like to use different styling for the separators, such as a different character, image, or make them wider, taller, shorter, etc. It looks like the styles are rendered inline and changing the styles in the ig_res folder don't seem to affect them all the time. For instance, I cannot even make the default horizontal separator wider by changing the width in the igdm_Windows7MenuItemHorizontalSeparator class.

Parents
No Data
Reply
  • 13438
    posted

    Hello Anthony,

    Please take a look at the attachment. It may be necessary to force the width and height properties with !important to take effect. I would  also advice you not to modify our classes directly but use a “custom.css” file in which you are modifying the necessary classes like I did in the sample and just add reference to it in the pages which are about to use the modifications.

    WDM_stylings.zip
Children