• Hi there, Could you please advise on the css to change the colour of the footer and footer widgets aswell as the background body and title colours of the home slider.

    Thankyou in advance

    • This topic was modified 7 years, 10 months ago by melza0.
Viewing 1 replies (of 1 total)
  • Hello,

    Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste the below code in Custom CSS box and save –

    .enigma_footer_widget_area {
        background: #31708f !important;
    }
    .enigma_footer_widget_title {
        color: #333;
    }
    .enigma_footer_widget_column ul li a {
        color: #333 !important;
    }
    .carousel-text h1 {
        color: #428bca;
    }

    Now go to Customize -> Colors -> Select Background Color and save.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Footer, widget and slider colours’ is closed to new replies.