• Resolved beckswade

    (@beckswade)


    Love this theme.

    I like the grey at the bottom but the person I am building it for doesn’t. Is there anyway to change the colour please?

    Thanks in advance,
    Becks

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hey there beckswade,

    Hope you’re well! 🙂

    First, I suggest you use a child theme http://codex.wordpress.org/Child_Themes or use css custom plugin like this: https://wordpress.org/plugins/simple-custom-css/ if you will customize your theme.

    Since the theme got a custom css box located at Appearance > Theme Options > Design[tab] , just put the code below there and change the value ‘black’ to your need.

    .footer-socket-wrapper {
        background-color: black;
    }

    Hope it helps! 🙂

    Take care,
    Calvin

    Thread Starter beckswade

    (@beckswade)

    Hi Calvin,

    Thanks for the speedy response. I have tried adding the following code inside the css bo under the design tab but no change?

    Can you guide me a little further please?

    Thanks,
    Becks

    Hi beckswade,

    To change the color of footer area you need some code customization. I will provide the Custom CSS, please paste the following CSS as instructed:-
    -Go to Appearance -> Theme Options -> Design -> Custom CSS
    and paste the following CSS snippet

    .footer-widgets-wrapper {
    background-color: #7E3333;
    border-top: 1px solid #EAEAEA;
    }

    Here I have given one sample color. If you want another different color please change the color code of background-color: #7E3333;.

    Hope this will help you.

    Regards,
    chhabi

    Thread Starter beckswade

    (@beckswade)

    Thanks you very much that’s great. 🙂

    Although today my slider seems to have stopped working so I guess I will need to put a new thread in now!

    Hi beckswade,

    Can you please provide the link of your site for better solution?

    Thread Starter beckswade

    (@beckswade)

    Hi there,

    It seems to have righted itself now. I think there was a conflict with the strong testimonials plugin so i am now searching for alternative plugins that don’t conflict- thanks

    As the developer of Strong Testimonials, I will be glad to help sort it out. I love Spacious and I’m using it on the plugin’s demo site.

    Thread Starter beckswade

    (@beckswade)

    That’s great Chris!

    I started to go through plugins 1 by one and when I deactivated strong testimonials the slider started working again so it would be great if I could use the two in tandem?

    the site is on a subdomain at the moment but you can see it at frost.purple-dog.co.uk

    Thanks. Please start a new thread here.

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