Remove Article header

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Wed Apr 25, 2012 4:49 am
I can't seem to figure out how to move the big article header for my page. When I go to an article it show "Article" in big boldprint. How do I stop this? I attached a screen shot to show what I mean

thanks in advance,

Dave
Image
User avatar
Fresh Boarder

Konrad M
Wed Apr 25, 2012 12:36 pm
Hi,
can you give us url to page with this header ?
User avatar

GK User
Wed Apr 25, 2012 4:12 pm
User avatar
Fresh Boarder

Konrad M
Thu Apr 26, 2012 9:07 am
Try add to the override.css
Code: Select all
.item-page h1 {
display:none;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Thu Apr 26, 2012 10:42 pm
Hello Konrad,

I opened the file named override.css on my server and pasted the code to that file. Then I went into the template manager and enabled the css override, but it still did not remove the header. Any other suggestions?

Thank you,
Dave
User avatar
Fresh Boarder

GK User
Fri Apr 27, 2012 1:19 am
Hello Konrad,

Actually it did work. However if I add &tmpl=component, the articles heading comes back. Is there anyway to fix this? Here's a link to what I mean:

http://zaazoodave.thewebbusters.com/ind ... =component

Dave
User avatar
Fresh Boarder

Konrad M
Fri Apr 27, 2012 7:49 am
I checked your override.css using firebug and it contains no rules. Try clear cache and please post your overrride file here.
User avatar

GK User
Sat Apr 28, 2012 5:32 am
Here's the attached file you requested.The header leaves with the code you asked me to paste in override.css However if I add &tmpl=component, the heard comes back. Is there a way to fix this?

Thank you
User avatar
Fresh Boarder

Konrad M
Mon Apr 30, 2012 8:12 am
I don't see it. Please send me PM with access to joomla backend panel. Remember to add link to topic too.
User avatar

GK User
Tue May 01, 2012 1:21 am
Hi Konrad,

I got everything working, thanks/ I have another issue. Do you know of any issues using {loadposition xxx} I have a module that isn't working with that command. I believe that it is an issue with ijoomla, but they are suggesting that it may be an issue with the template. Have you heard of anything like this?

Dave
User avatar
Fresh Boarder

Konrad M
Wed May 02, 2012 10:30 am
Unfortunetly I didn't hear. Try search on forum.
User avatar

GK User
Tue Jul 17, 2012 7:21 pm
Can i do this for just the home page or with artical id..?
Thank you.

Konrad M wrote:Try add to the override.css
Code: Select all
.item-page h1 {
display:none;
}

and remember to enable override.css option in template settings.
User avatar
Fresh Boarder

Konrad M
Tue Jul 17, 2012 7:29 pm
You can try go to template settings. Here in 'features' section you will find 'Suffixes for pages' option. YOu can check ID of menu item in menu and add your suffix to this page. And then try use this
Code: Select all
.mysuffix h1 {
display:none;
}
User avatar


cron