• Resolved forkboyink

    (@forkboyink)


    I’m trying to change the background color of footer widget 1, but can’t find the right code or css to change.
    I have checked all 15 pages of the support but can’t find an answer (but did find some other great tips ?? Thank you!) I have a child theme already in place. Any suggestions

Viewing 1 replies (of 1 total)
  • Thread Starter forkboyink

    (@forkboyink)

    Sorry found it! Had to import all of the parent css to dreamweaver and go line by line trial and error but I found it!
    But incase anyone is looking for a solution, add your changes to Custom CSS

    #footer  {
        background: #333;
        border-top: 6px solid #F33F3F;
        border-bottom: 1px solid #111;
        padding: 15px 10px;
    }

    You have to change #333 to #what-ever-color-you-want

Viewing 1 replies (of 1 total)
  • The topic ‘Changing the background color of footer widget 1’ is closed to new replies.