element style in joomla articles configuration

Well-designed restaurant Joomla template with parallax effect.
GK User
Sat Apr 18, 2015 9:52 am
Screen Shot 2015-04-18 at 11.34.17 AM.png
Hello
I am using the steak template and it is really impressive,...but i have two problems:
1) I created a menu called "ARRIVAL" which is a single article (onepage layout). The menu is linked with an article that has an image in it. But the problem is that the header element (where the main image of article is placed) has the following configuration as "element.style { background: url("/steak/images/demo/travel-map.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);}. I need to change the background setting to element.style { background: url("/steak/images/demo/travel-map.jpg") repeat scroll 0 28% rgba(0, 0, 0, 0);}. I inspect it with firebug but i can't find in which css is. I guess that this element is being changed from somewhere else in template and i don't know where.

I attach image to show you

The second and serious problem i have is that i tryed to change the bottom2, bottom3,... suffixes in the template configuration >menu so to link the anchors of front page header, and it lost all. Then something strange happened: it wiped out everything and template changed to "university" template settings!!! It lost the fonts parameters, the layout parameters, it changed menu (from left-right it changed to footer-footer) even the template color from basic settings changed (from style 2 to style 1). I am using the quick install to create my site and unfortunatelly is still in localhost. Do you have any idea?
User avatar
Senior Boarder

teitbite
Sat Apr 18, 2015 10:43 am
Hi

1. You will have to add a page class suffix to this page. Here example of how to do this: https://www.gavick.com/documentation/un ... omla-pages . Than add this to override.css and make sure override is enabled in template settings.

Code: Select all
header.has-bg {
background-position: 0 28% !important;
}


2. Sounds impossible, but I would like to check it. Please let me know when site will be online and send me an an access to joomla panel.
User avatar
Moderator


cron