• Resolved RinorMaz

    (@rinormaz)


    Hi, How can I create a bottom boarder for the footer if the code look likes this:

    `</div><!– #main .wrapper –>
    <footer id=”colophon” role=”contentinfo”>
    <div class=”site-info”>
    <p><center>BYGGPROJEKTÖREN – MALMÖ – Tel: 0762-2922351 & 0701-502947 – Mejl: info@byggprojektoren.se</center></p>
    </div><!– .site-info –>
    </footer><!– #colophon –>
    </div><!– #page –>

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin

    Then use its “CSS Code” section of the dashboard to hold your CSS modifications:

    Alternatively use your Child Theme style.css file to hold your CSS modifications:

    #colophon {
        border-bottom: 2px solid deepskyblue;
    }

    Thread Starter RinorMaz

    (@rinormaz)

    Thank you for this fast reply Andrew. I dont have a child theme for my Twenty twelve. Can I just past the above code in the ordinary theme css?

    If you don’t have a child theme, you should use a plugin like Andrew suggested. If you modify the theme’s stylesheet, you’ll lose those changes if the theme ever gets updated, to add features or fix bugs or fix security issues.

    Thread Starter RinorMaz

    (@rinormaz)

    Thank you very much. I downloaded the plugin and did the changes. It worked fine. You can mark thread as solved.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Footer’ is closed to new replies.