Quark questions 2

Support desk for Multipurpose Quark Theme
GK User
Thu Aug 20, 2015 6:04 pm
Hi.
Quark default.

If I choose image-logo in template settings, because of up indent, logo positioned too low. How can I lift up it on the frontpage and menu?

If I choose text-logo in template settings, logo automatically written in capital letters. How can I change it?

Thanks in advance
User avatar
Expert Boarder

GK User
Thu Aug 20, 2015 8:33 pm
Could you please post an url to your site?
User avatar
Moderator

GK User
Thu Aug 20, 2015 9:17 pm
In PM
User avatar
Expert Boarder

GK User
Mon Aug 24, 2015 7:37 am
To make text logo not uppercase, please edit: /templates/gk_quark/css/override.css and add at its end:
Code: Select all
#gkLogo.text {text-transform: initial;}

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

GK User
Mon Aug 24, 2015 7:38 am
To decrease it's top spacing, please add this code to override.css:
Code: Select all
#gkLogo {
    margin: 72px 0 0 0;
}

and reduce 72px value.
User avatar
Moderator

GK User
Tue Aug 25, 2015 2:47 pm
Thanks
User avatar
Expert Boarder

GK User
Fri Aug 28, 2015 7:23 am
Is there anything else I can help you with regarding this topic?
User avatar
Moderator

GK User
Fri Aug 28, 2015 10:21 am
Thanks. In that topic thats all.
But I think you forget about my topic "Quark questions"... You promised to answer the remaining questions, and the answer is only one.
User avatar
Expert Boarder

GK User
Wed Sep 02, 2015 12:43 pm
Ok, I'll check that thread.
User avatar
Moderator


cron