Elxis CMS Forum
Support => General => Topic started by: ROUBOS on May 25, 2011, 04:10:42
-
Hi,
can someone please explain how to use the suffix option in a module?
Say I want to change the way the module heading is displayed. Do I enter .modtitle in the suffix field and then use css for a class .modtitle ???
-
Read the documentation:
http://wiki.elxis.org/wiki/Navigation_and_menus (http://wiki.elxis.org/wiki/Navigation_and_menus)
-
thanks
-
this is the css I used in order to place a header for a module:
div.moduletable-loginheader{
background: url('../images/loginformheading_bg.png') no-repeat;
background-position:top;
padding-top: 50px;
padding-right: 10px;
text-align:right;
}
is this the way to go? The text is part of the image and not the module's title. This way though I will need to create an image for every module.
I was hoping to create a graphic that can be used over and over, sitting as a background to the module title.
Hope I'm clear.
thanks
-
Yes but you should hide the text title of the module.
-
Yes I am hiding them. Was hoping for a more dynamic approach.
Thanks for the reply.
-
what's the css for autonomous pages? I want to change the autonomous pages title, and add a background picture
-
Roubos please install the add-on for Firefox named : web developer.
After that click ctrl+Y and select the title of autonomous pages on your website. This will show you the css classes , div that belongs each element.
You can also install and use add-on CSS Viewer for Firefox 4 (https://forum.elxis.org/index.php?topic=6267.0)
-
will do that thanks.