• The problem is how my footer widget area looks right now, i wanted to change all the letters to black, i managed to find in the “Editor” the commands to change those who are black right now, but i can’t seem to find the commands for the others ?? would appreciate some help. Thanks in advance!

    This is the site : https://www.ovizinhodafrente.pt/wp/

Viewing 8 replies - 1 through 8 (of 8 total)
  • In your Child Theme or CSS Editor Plugin try this code:

    #footer_widget_busipro ul > li > a {
        color: #000;
    }

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS or PHP files, they’ll be deleted when the theme is updated.

    Thread Starter Roronoaeg

    (@roronoaeg)

    Well, everything i ever edited wasnt in CSS Editor Plugin and neither in Child Theme, that probably means that i will lose everything. And i cant seem to find any of those there, sorry im kinda new to this and still learning. I guess those are plugins that i should install?

    You can use the plugin to add or edit CSS, but to edit and PHP files you’ll have to have a Child Theme

    Thread Starter Roronoaeg

    (@roronoaeg)

    So if i install the plugin “Child Theme Configurator” would it be enough?

    I’m not sure I never used it before, I do believe with the Child Theme plugins you can only edit CSS like the plugin I provided before.

    To edit the PHP files you would need to manually create a child theme I believe.

    Ok, sorry I just tested that plugin and it appears you can edit PHP files with that plugin.

    So you should be all set to edit your stuff now.

    Thread Starter Roronoaeg

    (@roronoaeg)

    So this means that with that plugin installed and running i can edit the PHP normally like i was doing right? ?? Thanks! You are a life saver ^^

    You need to set it up first.

    Watch the videos from the dev.
    https://www.childthemeconfigurator.com/tutorial-videos/

    5. Theme Templates and Images

    Is the video about php files.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Trouble changing color’ is closed to new replies.