use class suffix for articles
Demonstrate your product attractively using clean and distinctive coffe shop Joomla template.
- GK User
- Thu Oct 31, 2013 9:58 pm
I have a problem trying to build a page
bach16.com
I want to simply display the two images shown on the menu page. without any text or title.
Can I use a module instead of an article for that as I would like to have the background dark?
What would I need to link the menu item to?
alternatively is it possible to use the module class suffix on an article background?
Thanks
bach16.com
I want to simply display the two images shown on the menu page. without any text or title.
Can I use a module instead of an article for that as I would like to have the background dark?
What would I need to link the menu item to?
alternatively is it possible to use the module class suffix on an article background?
Thanks
-
- Fresh Boarder
- teitbite
- Fri Nov 01, 2013 12:00 pm
Hi
The best idea would be to use a page class suffix. In template settings You have a section where a page class suffix can be created and attached to an id of a page.
Use for example a suffix like " menupage" and a css:
the same thing can be achieve by using a module with a custom css code attached to a certain pages.
The best idea would be to use a page class suffix. In template settings You have a section where a page class suffix can be created and attached to an id of a page.
Use for example a suffix like " menupage" and a css:
- Code: Select all
.menupage #gkMainbody {
background: #000000;
}
the same thing can be achieve by using a module with a custom css code attached to a certain pages.
-
- Moderator
2 posts
• Page 1 of 1