PROBLEM WITH AN UNWANTED TEXT

Joomla template for easily build sports magazine website with advanced content display features and clean, unique design.
GK User
Thu Dec 04, 2014 11:04 am
A BOX with unwanted text appears on the home page named "Αρχική" and this is the name of the Home Page on my Main Menu.

How can I remove it? I dont know what I have done and appeared on the home page but it s for sure unwanted.

My URL is www.prestigeapollon.com/apollon

arxiki2.png
User avatar
Fresh Boarder

GK User
Thu Dec 04, 2014 1:41 pm
You might try to post an empty cudtom html module to main body position of homepage or hide this element, but to do so only on homepage you would need to set page suffix for that page (in template settings) and edit: /templates/gk_sporter/css/override.css and add at its end:
Code: Select all
.hpsuffix #gkMainbody {display: none;}

where hpsuffix is a suffix added to homepage.
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Fri Dec 05, 2014 9:19 am
I have included it in /templates/gk_sporter/css/override.css and then I enabled CSS Override in advanced section but nothing happened
User avatar
Fresh Boarder

GK User
Fri Dec 05, 2014 1:44 pm
First thing:
Code: Select all
 hpsuffix #gkMainbody {display: none;}

this is not a correct code.
Secondly, you haven't set homepage suffix. Please follow this documentation:
https://www.gavick.com/documentation/un ... mla-pages/
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.