Header Font Colour

Marketplace Forums Themes Nerocity Nerocity Premium Header Font Colour

This topic contains 18 replies, has 2 voices, and was last updated by  vspd 8 years, 5 months ago.

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #2711

    vspd
    Member

    How can I amend the font colour in both the header and the header buttons?

    #2713

    vspd
    Member

    Also, 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!

    #2714

    vspd
    Member

    One 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?

    #2715

    mythemes
    Member

    So I’ll do some changes, to do more affordable work with this theme.

    #2728

    mythemes
    Member

    So, 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.

    #2730

    vspd
    Member

    Thanks 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?

    #2731

    mythemes
    Member

    You 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.

    #2732

    vspd
    Member

    The 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 🙂

    #2733

    vspd
    Member

    On 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.

    #2734

    mythemes
    Member

    So,

    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).

    #2735

    vspd
    Member

    The 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.

    #2738

    mythemes
    Member

    give me the url to your website !

    #2739

    vspd
    Member

    What’s your email address?

    #2741

    mythemes
    Member

    or 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;
    }
    
    #2742

    mythemes
    Member

    for direct contact use contact form: http://mythem.es/contact/

Viewing 15 posts - 1 through 15 (of 19 total)

You must be logged in to reply to this topic.

[email protected]