• Hi,

    for my website (www.jconi.be) i want to change the following:

    <div id=”st-footer-wrapper” style=”background-color:#272b30; color:#959798;”>

    I need to change the color of it. My question is do i need to change this in the css stlye file of my child theme? If so how should i do this?
    http://postimg.org/image/vpwdyibcp/

    Kind regards,

    Kevin

7 reacties aan het bekijken - 1 tot 7 (van in totaal 7)
  • Hey Kevin,

    if you are using a child theme, always changes in the child theme!

    in your case , the background style has been made directly in the footer code. and not in the stylesheet

    change the #272b30; to whatever you like.

    Thread starter Kevin1986

    (@kevin1986)

    Hi,

    In what file should i look to adjust this?

    Kind regards,

    Kevin

    every theme is different, but try footer.php

    it should be there
    if that is not working out for you, post a link from the site so i can have a look

    Thread starter Kevin1986

    (@kevin1986)

    If i look there are several footer.php files…

    My website is http://www.jconi.be

    Je pagina is in het Nederlands, dus ik ga er een beetje vanuit dat je Nederlands kunt 🙂

    De code is inline gedaan.
    het zou dus in footer.php MOETEN staan in je thema.

    wp-content/theme/jouw-thema/footer.php

    en dan moet daar in de code staan

    <div id=”st-copyright-wrapper ” style=”border-color: #kleurnummer die je kan wijzigen; background-color:#kleur die je kan wijzigen; “>

    en dan zou het moeten lukken.

    Thread starter Kevin1986

    (@kevin1986)

    Bedankt ik heb dit inderdaad zo kunnen aanpassen!

    Kleine vraag nog: als het thema nu aangepast wordt door een update. Dan veronderstel ik dat deze wijziging weg is?

    Mvg
    Kevin

    Als jij een child-theme gebruikt, dan niet !

    Als jij bij het child – theme een update ziet staan, dan is er iets niet goed gegaan.
    Druk je dan op update, dan ben je inderdaad je wijzigingen kwijt

7 reacties aan het bekijken - 1 tot 7 (van in totaal 7)
  • Het onderwerp ‘Change CSS’ is gesloten voor nieuwe reacties.