Marketplace › Forums › Themes › Nerocity › Nerocity Premium › Header Font Colour
Tagged: font-size, Header, header buttons, line height
This topic contains 18 replies, has 2 voices, and was last updated by vspd 8 years, 5 months ago.
-
AuthorPosts
-
September 26, 2014 at 19:28 #2711
How can I amend the font colour in both the header and the header buttons?
September 26, 2014 at 20:04 #2713Also, the edges of the current font in the header, header buttons and page titles are not very crisp. Is there anything I can do to improve this or can I change the overall font that is in use?
Many thanks!
September 26, 2014 at 20:07 #2714One more thing on this subject…in the header tag line, the low hanging letters like g, y, p, etc. are being cutoff. Can I increase the area of the tag line so there is more height for the letters to fit in better?
September 26, 2014 at 21:32 #2715So I’ll do some changes, to do more affordable work with this theme.
September 28, 2014 at 20:08 #2728So, I do new update for Nerocity ( v – 0.0.2 ) look here:
http://mythem.es/item/nerocity-premium-wordpress-theme/
Admin dashboard > myThem.es > General you can change fonts ( choose from 126 google fonts )
Admin dashboard > myThem.es > Header you can change title and description font size and line height.
Admin dashboard > Appearance > Header you can change header font color.September 30, 2014 at 01:42 #2730Thanks for making those changes.
Sorry if this is a silly question, but how do I update the theme without losing my existing content and customisations?
September 30, 2014 at 10:02 #2731You have change the theme ?
If you remove the theme and reinstall new version of theme you don’t losing settings but if you have changes in theme code you need child theme.
September 30, 2014 at 16:18 #2732The low hanging text (g,y,p,etc) for the header description is still being cutoff, regardless of changes to the description line height. It seems that the the description text sits at the bottom of that field rather than halfway through it.
Also, am I able to change the font colour on the header buttons?
Thanks for all the changes you’ve made so far, I really do appreciate everything you’ve done 🙂
September 30, 2014 at 16:31 #2733On reflection, I think I may have been using too many characters in my header description. With a reduced amount of text, the low hanging characters are now displaying correctly.
October 1, 2014 at 14:19 #2734So,
First what is need to do – update Nerocity Premium ( version 0.0.2 )
next in Admin Dashboard > myThem.es > Heade you have 4 new options
Title and Description font size – allow you change font size for title and description
Title and Description line height – allow you change line height for title and description.so, if font size is 36px then line height is need to be more. For example 48px and cut letter will disappear.
to change font color for header buttons you need use section Other > Add custom css
here add next css:
.mythemes-header p.buttons a.btn.first-button{ color: #ff0000; } .mythemes-header p.buttons a.btn.second-button{ color: #ff0000; }
If responses are not enough then please send me some screenshots to understand where is the problem (and your website url).
October 1, 2014 at 14:49 #2735The issue of font sizes and display seems to be resolved now. However, the css code for the header button colour changes doesn’t appear to be working.
I am using this code:
.mythemes-header p.buttons a.btn.first-button{
color: #000000;
}.mythemes-header p.buttons a.btn.second-button{
color: #000000;
}But the font remains white on the header buttons after I update with the new css code.
October 1, 2014 at 15:39 #2738give me the url to your website !
October 1, 2014 at 15:52 #2739What’s your email address?
October 1, 2014 at 16:05 #2741or try this code:
.mythemes-header p.buttons a.btn.first-button{ color: #000000 !important; } .mythemes-header p.buttons a.btn.second-button{ color: #000000 !important; }
October 1, 2014 at 16:06 #2742for direct contact use contact form: http://mythem.es/contact/
-
AuthorPosts
You must be logged in to reply to this topic.