-
AuthorPosts
-
January 13, 2020 at 7:12 am #1172676
Hello dear Kriesi-Team,
I have some issues styling the Text logo of my site. I used youre code frome the documentation:
/* Text logo styling */ #top .logo, #top .logo a { overflow: visible; } #top .logo { background: white; color: #f34607; font-family: Amaranth; display: flex; align-items: center; font-size: 18px; padding: 15px; } #top .logo .subtext { font-size: 18px; font-family: Open Sans; color: #121621; align-items: center; position: absolute; width: 100%; left: 0; top: 40px; } /* Hide subtext on scroll */ #header.header-scrolled-full .subtext { display: none; }Some things don’t work: Color and Size of the Main Logo / Align Center from the Sub logo.
Thank you, for your support.
Kind regards
MathiasJanuary 13, 2020 at 1:11 pm #1172751Hi,
Please add following code to Quick CSS as well
#top .logo .subtext { text-align: center; } .logo a { font-size: 44px; color: orange!important; }Cheers!
YigitJanuary 14, 2020 at 6:17 am #1173082Hi Yigit,
thanks a lot. it looks much better now. I have only one last question. I like to have the Subtext in the Font open sans v17 latin (400). It’s the standard font from my site, I choosed it at general styling -> fonts. Is there a possibility?
Kind regards
MathiasJanuary 14, 2020 at 6:45 am #1173088Hi,
This can be set via css if needed.
Best regards,
Jordan ShannonJanuary 14, 2020 at 7:01 am #1173092Hi sorry to ask again, I’m really new into webdesign do you have some tips or ressources where I could check how i do it via CSS?
January 14, 2020 at 10:22 am #1173180 -
AuthorPosts
- You must be logged in to reply to this topic.
