How can I make background like this attachment for Tittle in Parallax Widget

I very appreciate your support. please help me:

  1. Can i add a slide show like this in the feature page

  2. Make a background for tittle of parallax section

Many thanks

Hi @phimngoaitroi,

I hope you are well today and thank you for your questions.

I am not sure what you meant by featured page here so could you please describe it a bit more in detail?

2. Make a background for tittle of parallax section

Yes we can achieve this by developing custom CSS code.

Best Regards,
Movin

Hi Movin,

  1. I have three beautifull images and I wanna show it in the feature page. Like activello theme. :slight_smile:

  2. Can you help me with CSS code.

I am just a beginner and really want to build a website for my self so I can be proud of what i try and do :slight_smile:

Thank you for your trouble

1. I have three beautifull images and I wanna show it in the feature page. Like activello theme.

You can use any of the following slider plugins to achieve this.

2. Can you help me with CSS code.

I am just a beginner and really want to build a website for my self so I can be proud of what i try and do ?

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

.shapely_home_parallax h1 {
    background: #000;
    color: #fff;
}

Please change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

Thank Movin.
Wish you a successfull new year.

You are most welcome here :slight_smile: