-
Author
-
April 10, 2014 at 23:10 #14807seamusdrumzParticipant
I just purchased your theme and have run into some serious difficulties with issues so simple that it leaves me to question the beta-testing before release of this theme. I mean no disrespect, but my frustration cannot be avoided.
I have attempted several times, all without success, to figure out how to adjust the header height in order to let my client’s logo breathe a little, as well as the main navigation font size. Where in the world do you adjust this?
Perhaps if there are remedies to these problems I will change my tune, so any assistance will be greatly appreciated.
Thank you.
April 12, 2014 at 15:48 #14899AbeKeymasterHi, Right now we do not have and option to add some padding to the logo but we will keep that in mind and add it to the next update.
If you want to have extra top/bottom space you have two options:
– go to Theme options – General settings – Quick CSS and add this small css rule that you can customize accordingly to your needs:COPY CODE.kleo-main-header .container { margin-bottom: 10px; margin-top: 10px; }
also if you have enabled the Sticky header you can lower the margin added above like this:
COPY CODE.kleo-main-header.header-scrolled .container { margin-bottom: 5px; margin-top: 5px; }
– edit the logo and add some more transparent space bottom and top to the image itself
To adjust font size, this small CSS will do the trick:
COPY CODE.navbar-nav > li > a { font-size: 14px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.April 17, 2014 at 15:57 #15368soosParticipantcan i set somewhere the size of the header? also the positioning of the menu? its to thick, would like it to be more like http://seventhqueen.com/themes/kleo/ on the demo when scrolled down. any recomandations tips how to set it?
Attachments:
You must be logged in to view attached files.April 19, 2014 at 02:15 #15513AbeKeymasterHi soos, I see you have created a new topic with this and answered there: https://archived.seventhqueen.com/forums/topic/header-size-add-menu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.July 17, 2014 at 02:19 #227964bservicesParticipantI have tried this code and even put it at 56px for the font size and still nothing changes???
July 17, 2014 at 03:34 #22798laowei2002ParticipantHI, admin
I wanna change the original font-family: to “Microsoft YaHei”? please tell me how can I do?
Thanks
July 18, 2014 at 23:25 #229734bservicesParticipantI have placed
.navbar-nav > li > a {
font-size: 14px;
}In the CSS section – I can change the px to 500 and NOTHING changes. What am I doing wrong? Is there a way to set this font so it’s the same as the other H tags on the site?
July 21, 2014 at 16:21 #23064AbeKeymaster@laowei2002 theme uses google fonts and if that font is available in their repository just choose it from Theme options – Fonts. If it is not a google font then you need to manually include it with instructions from a site where you got it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.July 21, 2014 at 16:48 #23069AbeKeymaster@4bservices, if you want it bigger change it to 16px or 18px
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.July 21, 2014 at 17:12 #230734bservicesParticipant@Abe I did and nothing happened. I even put it at 56px and 500px and still NOTHING happened.
July 21, 2014 at 17:15 #230764bservicesParticipantSo I added the code back in to the Child stylesheet. I set it at 18px. When I load the page http://jeepedin.com/beta then it is just the TINIEST bit bigger then after the page loads it goes back to it’s normal size.
July 21, 2014 at 18:51 #23099AbeKeymaster@4bservices this is a KLEO topic. Please create a new topic in the Sweetdate category
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.November 29, 2014 at 14:25 #37053DietmarParticipantHello Abe,
I tried the “Quick CSS” too, but nothing happens!
.navbar-nav > li > a {
font-size: 18px;
}I would like to change the font size in the main menue, especially the sub´s (see attachment).
Hope you can help!Cheers, Dietmar
Attachments:
You must be logged in to view attached files.December 3, 2014 at 14:47 #37492AbeKeymasterthe above will affect only parent links. add it like
COPY CODE.navbar-nav > li a { font-size: 18px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The topic ‘KLEO setting Header height & defining navigation font size.’ is closed to new replies.