Home Forums Free Themes Education Hub How to change the entire text color

Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #17097
    bernardebuehi
    Participant

    How do i change the entire site text color in the CSS editor section.

    #17107
    bernardebuehi
    Participant

    that is no reply to my question… this is spam. moderator pls take note

    #17109
    wensolutions
    Keymaster

    Hello @bernardebuehi,

    The text contents in the site comes from different sections / post and pages. Please elaborate your issue mentioning the page section that you would like to change text color of so that we can provide you custom CSS specific to your needs.

    Also, it is very bad practice to use the Dashboard CSS editor section to make your CSS modifications as all your modifications will be lost with the theme update. Please use the theme’s Custom CSS field in your Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS to make your CSS modifications.

    You can also choose to upgrade to pro version of the theme which already contains color options for all site elements that resolves your issue.You can check details for the pro version here :http://themepalace.com/downloads/education-hub-pro/

    Best Regards !!

    #17405
    bernardebuehi
    Participant

    The paragraph text color is what I want to change to black. I want to change every individual single page text to black

    #17438
    wensolutions
    Keymaster

    Hello @bernardebuehi,

    To change the text color of the page content text for your single pages to black you can simply paste in the following Custom CSS in your Dashboard > Appearance > Customize > Theme Options > Custom CSS field :

    .page article .entry-content p {
    color: #000;
    }

    The CSS will affect the text contents of single pages only.

    Hope this helps you,

    Best Regards !!

    #18384
    bernardebuehi
    Participant

    THANKS, it works at some pages BUT NOT all the pages,

    #18402
    wensolutions
    Keymaster

    Hello @bernardebuehi,

    As mentioned in the previous reply, the provided CSS only works on the text contents of single pages only.

    If possible, please share with us your site URL to the page that you want to change the text color of so that we can inspect the page and provide the CSS for the specific page.

    Best Regards !!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.