template shop&buy problem color content home

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Sep 17, 2013 9:22 am
hi I wish you could see on the home page only that image without having too great article under white. I tried to put it transparent but unfortunately it also changes the color to all other interior items.
how can I do?
User avatar
Junior Boarder

GK User
Tue Sep 17, 2013 9:45 am
Screenshot of now vs how should it look could help me understand what do You need ;).
User avatar
Moderator

GK User
Tue Sep 17, 2013 10:07 am
User avatar
Junior Boarder

GK User
Tue Sep 17, 2013 1:07 pm
Please add home page suffix (http://www.gavick.com/documentation/gen ... mla-pages/), and then please edit: /templates/gk_creativity/css/override.css and add at its end:
Code: Select all
body.noMainbody #gkContent {display: none}


Above code will work if home page suffix will be set to noMainbody

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Thu Sep 19, 2013 8:52 am
hello, I added the ID and the suffix but when I do not see the source page body class = noMainbody

I have done so:

ItemID/Option: 756

Suffix: noMainbody

then I did "add rule"

and the result is 756=noMainbody


But unfortunately nothing changes
User avatar
Junior Boarder

GK User
Thu Sep 19, 2013 9:07 am
ok now you see in the page source code noMainbody, but I have some problem in compiling the override.css it is so:

/*
#------------------------------------------------------------------------
# Shop and Buy - July Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: [email protected]
*/

/* Here you can include your override CSS styles */

so where do I add the line # body.noMainbody gkContent {display: none}?
User avatar
Junior Boarder

GK User
Thu Sep 19, 2013 10:44 am
Code: Select all
/*
#------------------------------------------------------------------------
# Shop and Buy - July Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: [email protected]
*/

/* Here you can include your override CSS styles */
body.noMainbody #gkContent {display: none}
User avatar
Moderator

GK User
Thu Sep 19, 2013 11:42 am
solved thanks
User avatar
Junior Boarder

GK User
Thu Sep 19, 2013 3:30 pm
Great :).
User avatar
Moderator


cron