• Resolved Pol0023

    (@pol0023)


    Hi,
    I’m using the “fulgent theme, and I can’t find how to change the green/blue color (#09a59c) I’ve tried to change every color in the style.css and nothing.. even I tried the plugin “Theme Tweaker” and nothing happens..

Viewing 6 replies - 1 through 6 (of 6 total)
  • It would help us help you if you included a link to your website. Without this information I have to speak in generalities, telling you how to find the required information. With this information I may be able to give you a specific solution.
    Suggest that you use a browser inspector like firebug (for firefox), other browsers have an equivalent addon, it will show you how your html and css are working.
    You could also ask this question in the theme support section.

    Thread Starter Pol0023

    (@pol0023)

    ouch! sorry, this is the link! pabloferrarix.com And also I’ll try to use the firebug! But if someone know an specific solucion could be awsome 🙂
    Very Very Thank you!

    Firstly if flugent provides a custom css feature, OR if you use a custom css plugin then you can add this to customise your css. OTHERWISE you should change to using a child theme and customise its “styles.css” file, details here:
    creating a child theme http://codex.wordpress.org/Child_Themes

    To customise the background color of the header band:

    .page-title {
        background-color: #09a59c;
    }

    To change the text color in the sidebar:

    .sidebar-widget h3 {
        color: #09a59c;
    }

    The flugent theme has these settings buried in file:
    /wp-content/themes/fulgent/css/theme.css
    BUT do not edit it, your changes will get lost when the theme is updated.

    Thread Starter Pol0023

    (@pol0023)

    Wow! IT WORKS! thanks!!!!

    Pleased to help.
    If you feel it is appropriate, could you mark your thread as “resolved”.

    Thread Starter Pol0023

    (@pol0023)

    resolved

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘change theme colors’ is closed to new replies.