Quark conflict with RSForm

Support desk for Multipurpose Quark Theme
GK User
Thu Sep 01, 2016 5:19 am
Hello
I am using RSform on my Quark site and when the form is on the page it changed the format of the header font.
Please check out http://kennethsvendlund.com and see the difference in the header font when looking at the contact page. http://kennethsvendlund.com/contact
I tried using RSform as module or as embedded into a module using content plugin, but it does not make any difference. Same problem.
On another site I have exactly the same problem.
Is there a way around this issue?
Thanks,
Kenneth
User avatar
Junior Boarder

teitbite
Sun Sep 04, 2016 10:43 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.box h2 {
    color: #111;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}
User avatar
Moderator

GK User
Sun Sep 11, 2016 11:30 am
Hello Teitbite,

Thanks for this - I added the code, but it made not difference. Font still different than the font on all pages without RSForms
I cleared the cache and suddenly my site was blank! Cleared browser - still the same. Finally I unactivated the CSS compression and my site was back.
I tried your solution on another site with same setup http://iwearreal.com as well, but still the small font there too. Override CSS is activated on both.
User avatar
Junior Boarder

teitbite
Tue Sep 13, 2016 2:08 pm
Hi

I have a feeling we are talking about 2 different things, becauase I can see it worked. Probably You meant a different header. Please lead me to right place.
User avatar
Moderator

GK User
Wed Sep 14, 2016 5:55 am
Good morning,
Yes, we are talking about two different things it seems :-)

I'm talking about the headline font in the header(header module)

On the contact page it is a smaller/different font than all other pages. It only happens if the RSForm module is activated.

header_headlinefont_fashion.PNG

header_headlinefont_contact.PNG
User avatar
Junior Boarder

teitbite
Sat Sep 17, 2016 9:09 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkHeaderMod h1 {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 60px;
    text-transform: uppercase;
}
User avatar
Moderator

GK User
Sat Sep 17, 2016 9:34 am
Works perfectly!

Thanks a lot! :-)
User avatar
Junior Boarder

teitbite
Sun Sep 18, 2016 12:11 pm
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron