Jump to content

Access to .css Files?


ICGroup

Recommended Posts

Hi all,

I'm hoping you can help me apply some updates to the global stylesheets for our Marcom client. Essentially I’m trying to find out information on how I can make edits to one or both of these files:

 

https://marcomcentral.app.pti.com/IC_Group/Packsize/Css/site.css

https://marcomcentral.app.pti.com/IC_Group/Packsize/Css/ui-standard.css

 

For example, I’d like to change in site.css the .NavTop style padding to the following:

 

.NavTop {

text-align: right;

padding: 10px 5px 5px;

}

and in #PageType01 the following:

 

#PageType01 #ENUSmain {

margin: 0px auto auto;

border: 0px;

}

 

As well, I’d like to change in ui-standard.css

 

.catalogTreeRoot {

border: 0;

}

 

There are other changes I’d like to be able to make on an ongoing basis. I wonder as well if it’s possible to add a new stylesheet reference such as <custom.css> pointer (line of reference code) to the <head> of the site’s pages that lets us manage a smaller list of style overrides. This could be cleaner, and if there were ever future updates to install, we wouldn’t overwrite our custom styles (a lot like a Child theme).

 

I’m familiar with the features in the Banners/Colors section, and I know there are many other edits I can do there. But I haven't been able to make these specific edits. Thanks!

Link to comment
Share on other sites

...I'm hoping you can help me apply some updates to the global stylesheets for our Marcom client. Essentially I’m trying to find out information on how I can make edits to one or both of these files...

 

I suggest contacting your BRM and ask for the MarcomCentral Portal Customization Reference Guide. It covers CSS Customization.

Edited by David Miller
Link to comment
Share on other sites

×
×
  • Create New...