Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #137445
    pastonchase
    Participant

    Hi

    I’m using the free Full Frame (great theme) and I would like to be able to change the background color and text – is there CSS I can use to do this.

    Thanks in advance.

    Malcolm

    #137446
    pastonchase
    Participant

    Forgot to mention I wanted to do this in the footer area!

    #137469
    Skandha
    Participant

    @pastonchase: To change the background color of footer
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #site-generator {
    	background-color:#4444;
    }

    Footer editor option is not available in the free version of the theme. I suggest you to upgrade to pro.
    You check can check out the additional-features available in the pro version and make your decision.

    Alternately you can edit the footer text by creating a child theme and customizing your site.

    Let me know if this works out.
    Regards,
    Skandha

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changing footer background and text colors’ is closed to new replies.