Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Proteinwisdom,

    Would it be possible for you to share the url of the site you are having trouble with today? That would make it easier to help you right away.

    Cheers,
    George

    Thread Starter proteinwisdom

    (@proteinwisdom)

    Hi Proteinwisdom,

    Thank you for getting back to me with the link. To give a specific solution I would like to know which font did you wish to change the color? Is it the header? Blog Header? Links? Paragraph? All of the above?

    What I mean is that I don’t want to give you a whole bunch of sections only to find out you needed the last solution.

    Cheers,
    George

    Thread Starter proteinwisdom

    (@proteinwisdom)

    Yes all of the above please – Blog Title, Post Title, body, links, etc. Thank you!

    Hi Protein,

    Well you have your work cut out for you here is the list of things that you can change. This is a long list. Also I would recommend that you either use a child theme or a custom css style sheet so the changes to revert back when there is an upgrade to the theme.
    Starting with the Header Area at the top of the page:

    .site-title a {
        color: #fff; (<-- This is what you would put on the custom css sheet just change the #fff to the color you wish. Example: #e7e7e7;)
    }
    
    The nav bar text:
    .top-bar.secondary-menu, .top-bar-section.secondary-menu li:not(.has-form) a:not(.button), .top-bar-section.secondary-menu ul li {
        color: #000; (<-- This is what you would put on the custom css sheet just change the #000 to the color you wish. Example: #e7e7e7;)
    }
    
    Also
    .top-bar-section.secondary-menu li:not(.has-form) a:not(.button):visited, .top-bar-section.secondary-menu .dropdown li:not(.has-form) a:not(.button) {
        color: #000; (<-- This is what you would put on the custom css sheet just change the #000 to the color you wish. Example: #e7e7e7;)
    }
    
    Now to the content area:
    .post-entry-meta h2 a {
        color: #222; (<-- This is what you would put on the custom css sheet just change the #222 to the color you wish. Example: #e7e7e7;)
    }
    
    span.author, time {
        color: #83ADBD; (<-- This is what you would put on the custom css sheet just change the #83ADBD to the color you wish. Example: #e7e7e7;)
    }
    .post-entry-meta a {
        color: #83ADBD; (<-- This is what you would put on the custom css sheet just change the #83ADBD to the color you wish. Example: #e7e7e7;)
    }

    Let me know if I can be of further help.

    Cheers,
    George

    Theme Author Nirmalya Ghosh

    (@krazzeniru20)

    I hope that the issue is resolved since there is inactivity for such a long time. Marking it as resolved.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Infiword Theme – how to change text color’ is closed to new replies.