Hi!
At http://brollop.extraknacke.se/ I want to change the title in the header. As you can see in the attached picture I have tried with CSS code but the size of the title doesn’t want to change. It is still the same (too small).
Also the font I want to be “Kunstler Script”. This workes fine when I view it on my laptop. but on my phone it doesn’t work. Is this possible to fix somehow?
Hi,
Thanks for getting in touch with us, I think the issue with your CSS is the tag you are using.
Try this.
a {
color: #54397E;
text-decoration: none;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
font-size: 200px;
}
As it related to the font-family change, sometimes when using CSS, it works on the desktop but on mobile, it’s a hit or miss.
I hope this helped, sorry for any inconvenience caused.
Best Regards,
Support
Thanks,
Still the tagline or slogan under the title is way too small. Could you please provide a code for making that bigger too?
Hey Joel,
Thanks for your reply,
I have investigated your URL and noticed that the Header Title size has been increased from the previous image as seen in the screenshot linked below
Are you still experiencing any issues in regards to this request?
http://www.awesomescreenshot.com/image/2366090/8f3fec46cd44c0f15b83c4ef7bcd5865
I look forward to your reply if applicable.
Regards,
Support