• Resolved jimmie77

    (@jimmie77)


    I am using Agama theme and would like to change font from grey to black.How do I do that?
    Thanks for your time.
    Jim

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi Jim,

    Please post a link to your site. Thanks!

    Use this CSS code:

    body { color: #000; }

    As with all CSS code modifications, I would strongly advise you do so via the use of a Child Theme, or a Custom CSS plugin.

    This will preserve your custom code should you update the main theme in the future.

    Hope this helps.

    Thread Starter jimmie77

    (@jimmie77)

    https://www.earningincomeathome.com
    I don’t know anything about code,etc.Looking for simple way to change font color.

    Hi Jimmie, you don’t need to know anything at all about code, simply install the Custom CSS plugin I linked above and copy/paste the code I gave you to change the font color.

    Hope this helps.

    Hello @jimmie77

    I don’t know anything about code,etc.Looking for simple way to change font color.

    All you have to do is copy the provided code and paste. ?? That is what we are here for.

    Can I ask exactly what you would like to style? If you would like to style all text on your site, you can use this.

    body {
    color: #000000;
    }

    If you would like to style just your headings, you can use this.

    h1,h2,h3,h4,h5 {
    color: #000000;
    }

    If you would like to style just your paragraphs, you can use this.

    p {
    color: #000000;
    }

    All you have to do is copy and paste which code you want to style different elements of your site in to this plugin. After the plugin is installed and activated, you can simply go to Appearance > Custom CSS > copy and paste the code > click Save Changes.

    Hope this helps.

    Thanks,
    Alex

    Thread Starter jimmie77

    (@jimmie77)

    dO.K.,I must be totally stupid but where do I do I paste code? I get fatal error message. You guys do this for a living but I am old man and have no idea what you are talking about so please explain like you were talking to your grandfather. He is smarter than I am too

    The simplest way to make CSS changes to your site is to install the Custom CSS plugin, which you can do so via the Plugins menu of your WordPress Dashboard, just search for it by name using the search field, install and activate.

    Once activated, a new menu option within the Appearance admin menu will become available:

    Appearance > Custom CSS

    You can paste any CSS code (like the code provided to you above in this thread) within the large text field provided to you, press the “Update Custom CSS” button to save your code changes.

    Hope this helps.

    I don’t see any reason for installing Custom CSS plugin since theme have already Custom CSS feature under:

    Appearance -> Customize -> Styling -> Custom CSS

    Best Regards

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How do I change font color ?’ is closed to new replies.