• Hi,

    I want to personalize the background color of the slider area on my home page. Can you tell me which HTML code should I write please ?

    Thanks for your help.

    Lise

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello @lisec91 ,

    We appreciate you writing in,

    Could you please provide us a link to your site so that we can give you the solution?

    Regards,
    ThemeGrill Support Team

    Thread Starter lisec91

    (@lisec91)

    Hi,

    of course : https://www.m-essonne.fr

    Thank you.

    Hi @lisec91 ,

    Could you try adding the CSS code given below by going to Appearance > Customize > Additional CSS?

    .widget_slider_area {
    	background-color:#FFFF00;
    }

    Hope this helps.

    Regards,
    ThemeGrill Suppor Team

    Thread Starter lisec91

    (@lisec91)

    Hi,

    thank you, it’s correct. And how can I put in color all the first part of the website, the widget slider area and the part above the slider area, until the mention “Tous les articles” ?

    Thanks for your help and excuse my english.

    Lise

    Hey @lisec91 ,

    Please try adding the CSS code given below to add background color for the front page of your site until “Tous les articles”.

    .inner-wrap .front-page-top-section{
    background-color:yellow;
    }

    Regards,
    ThemeGrill Support Team

    Thread Starter lisec91

    (@lisec91)

    Thanks a lot, it’s perfect !

    Regards,

    Lise

    Hey @lisec91,

    We are really glad that we could help you out. Also, if you could spare a minute and leave us a review here, we would be delighted. Your review will be of enormous help for us to improve our support channel as well as our products so that we can keep getting better for your satisfaction. Please write us back if you encounter any other problems in the future, we will surely help you out.

    Regards,
    ThemeGrill Support Team

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Slider area background color’ is closed to new replies.