• Resolved yeliz

    (@yeliz)


    Hi,

    How can i change the background color of footer and header, and also fonts? I tried some css codes, but they don’t work.

    Thank you,

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello yeliz,

    Can you post a link to your site?

    Theme Author Brian Harris

    (@zgani)

    Hello Yeliz.

    Easy option: Install this plugin: https://www.ads-software.com/plugins/simple-custom-css/

    Then on the plugin’s settings page add the follow CSS elements and then change the properties to your requirements.
    For the header

    .top-bar {
        padding: 10px;
        border-top: 4px solid #0088cc;
        border-bottom: 4px solid #0088cc;
        background: #000;
        margin-bottom: 10px;
    }

    For the footer

    #footer {
        border-top: 4px solid #0088cc;
        background: #000;
        color: #f4f4f4;
    }

    All of the theme’s CSS are located in custom.css and style.css under the css folder. You can use the above method for most of the elements you want to change.

    If however the amount of changes you want to make is high then I’d recommend going for a little bit more technical option of creating a child theme and your changes there.

    Hope that helps,
    Zulf

    Thread Starter yeliz

    (@yeliz)

    Thank you Zulfikar, these codes worked ??

    Actually, i tried to change the color codes in the custom.css file. But it failed. I know a few things about CSS. Anyway…

    Thank you for your help and recommendation.
    Best,

    Yeliz

    Theme Author Brian Harris

    (@zgani)

    You are most welcome Yeliz ??

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