I have a quick question, how do I remove the word "Article" whenever I connect an article to the image GK show. See attachment. Thanks

Konrad M wrote:@leaseline1 please give me url to your site.
.gk-item-page .page-header {
display:none !important;
}
Konrad M wrote:Please try add to override.css
- Code: Select all
.gk-item-page .page-header {
display:none !important;
}
and remember to enable override.css option in template settings.
Konrad M wrote:On fron end they show up correctly. Probably there is some editor styling in backend.
Konrad M wrote:In which module you have it ?
leaseline1 wrote:Konrad,
I am seeing this when I go to the website in chrome browser and use view source. I dont understand when you ask which module I have it ?Konrad M wrote:In which module you have it ?
Konrad M wrote:I asking about module becasue it is Custom HTML module. Probably when you edited it you eft some blank url. Please go to this module and check content using HTML view. And remove this link.
Konrad M wrote:I asking about module becasue it is Custom HTML module. Probably when you edited it you eft some blank url. Please go to this module and check content using HTML view. And remove this link.
Konrad M wrote:Please read this https://www.gavick.com/forums/topic.html?p=70216
Konrad M wrote:Did you rebuilt menu after you changed aliases ?
Konrad M wrote:When you go to menu items list you have 'Rebuilt' button above items list. It is in a same line with add , trash etc.
Konrad M wrote:When you go to menu items list you have 'Rebuilt' button above items list. It is in a same line with add , trash etc.
Konrad M wrote:@leaseline1 can you send me Private Message with access to your joomla backend ?
Konrad M wrote:Go to your inboxm here click compose message, choose me as moderator, write message and click submit.
Konrad M wrote:@leaseline1 i made one change for you. It is about item. I put 'test' inside. For every 'external url' type menu item you have to:
1. Change type to 'Text seprarator'. After that you will see alias field. Here put your alias (as I added test) and save it.
2. Then edit this url again and change type to external url again.
Remember that two items can't have same aliases.
body {
background-color: #ffffff!important;
}
Konrad M wrote:Try add to override.css
- Code: Select all
body {
background-color: #ffffff!important;
}
and change this value to fit your needs. Next time please start new topic. It will be helpful for other users. And remember to enable override.css option in template settings.