Item Filter at Portfolio Grid on Mobile

GK User
Thu Dec 18, 2014 4:51 pm
domain www.sonjasalomon.de

at Portfolio Grid the item-filter is laying behind the Headline if it is possible i like to
turn it off in Mobile device

and how can i load another Logo type for the mobile device?
User avatar
Fresh Boarder

GK User
Thu Dec 18, 2014 5:03 pm
Hi,
first question, yes, but request one extra line of css.
Please add following code
Code: Select all
.item-filter.gk-half-page {color: transparent !important;}
.item-filter.gk-half-page > strong, .portfolio .item-filter ol {display: none;}
.portfolio .item-filter:after, .portfolio .item-filter {border:0;color:transparent;}


at the end of this file: gk_photo\css\mobile.css

so you won't see filter in smartphone.
User avatar
Platinum Boarder

GK User
Thu Dec 18, 2014 5:16 pm
and how can i load another Logo type for the mobile device?

By default Gavick templates don't have such a feature ;(
so it request some extra job, by support I can give you only tips:

1) Use CSS style logo
2) replace default logo with yours
3) also in mobile.css insert code which override default logo (I mean BG logo) with yours smaller version

p.s.
If you need customization help you can always hire one of GK moderator
User avatar
Platinum Boarder

GK User
Thu Dec 18, 2014 5:30 pm
First Point 100% works fine thank you :)
Seccound Problem maybe Its easier to
turn the header logo off?
User avatar
Fresh Boarder

GK User
Thu Dec 18, 2014 11:24 pm
2nd, I guess yes, a little bit easier.
You have to hide logo class when mobile.css is loaded.
User avatar
Platinum Boarder


cron